mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
9 lines
296 B
C
9 lines
296 B
C
// This file is generated. Do not edit.
|
|
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 8
|
|
#define VERSION_PATCH 1
|
|
#define VERSION_EXTRA ""
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.8.1"
|
|
#define VERSION_STRING " v1.8.1"
|