Changed version to 0.9.12.
This commit is contained in:
parent
c4f8373e9a
commit
152eddc0c6
|
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||||
dnl current version
|
dnl current version
|
||||||
MAJOR_VERSION=0
|
MAJOR_VERSION=0
|
||||||
MINOR_VERSION=9
|
MINOR_VERSION=9
|
||||||
RELEASE_VERSION=11
|
RELEASE_VERSION=12
|
||||||
|
|
||||||
dnl initialize automake
|
dnl initialize automake
|
||||||
AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION)
|
AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
// set version macro if not set yet
|
// set version macro if not set yet
|
||||||
#if !defined(VERSION)
|
#if !defined(VERSION)
|
||||||
# define VERSION "0.9.11"
|
# define VERSION "0.9.12"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// important strings
|
// important strings
|
||||||
|
|
Loading…
Reference in New Issue