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