10 lines
202 B
C
10 lines
202 B
C
#ifndef VOICE_VERSION_H
|
|
#define VOICE_VERSION_H
|
|
|
|
#define VOICE_LINUX_VERSION "v0.1.0"
|
|
#define VOICE_LINUX_VERSION_MAJOR 0
|
|
#define VOICE_LINUX_VERSION_MINOR 1
|
|
#define VOICE_LINUX_VERSION_PATCH 0
|
|
|
|
#endif
|