Change version to 1.0.11. Skipping version 1.0.10 because there
have been too many major changes since 1.0.8. A new experimental release will provide a stable starting point for testing.
This commit is contained in:
parent
2e741b7d96
commit
c325b923ea
|
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||||
dnl current version
|
dnl current version
|
||||||
MAJOR_VERSION=1
|
MAJOR_VERSION=1
|
||||||
MINOR_VERSION=0
|
MINOR_VERSION=0
|
||||||
RELEASE_VERSION=9
|
RELEASE_VERSION=11
|
||||||
|
|
||||||
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 "1.0.9"
|
# define VERSION "1.0.11"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// important strings
|
// important strings
|
||||||
|
|
Loading…
Reference in New Issue