Changed version to 1.1.5.
This commit is contained in:
parent
398ea44c20
commit
ef908bf0bc
24
configure.in
24
configure.in
|
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||||
dnl current version
|
dnl current version
|
||||||
MAJOR_VERSION=1
|
MAJOR_VERSION=1
|
||||||
MINOR_VERSION=1
|
MINOR_VERSION=1
|
||||||
RELEASE_VERSION=4
|
RELEASE_VERSION=5
|
||||||
|
|
||||||
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)
|
||||||
|
@ -106,17 +106,6 @@ LIBS="$NANOSLEEP_LIBS $INET_ATON_LIBS $PTHREAD_LIBS $LIBS"
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
lib/Makefile
|
|
||||||
lib/arch/Makefile
|
|
||||||
lib/base/Makefile
|
|
||||||
lib/common/Makefile
|
|
||||||
lib/mt/Makefile
|
|
||||||
lib/io/Makefile
|
|
||||||
lib/net/Makefile
|
|
||||||
lib/synergy/Makefile
|
|
||||||
lib/platform/Makefile
|
|
||||||
lib/client/Makefile
|
|
||||||
lib/server/Makefile
|
|
||||||
cmd/Makefile
|
cmd/Makefile
|
||||||
cmd/launcher/Makefile
|
cmd/launcher/Makefile
|
||||||
cmd/synergyc/Makefile
|
cmd/synergyc/Makefile
|
||||||
|
@ -126,4 +115,15 @@ dist/nullsoft/Makefile
|
||||||
dist/rpm/Makefile
|
dist/rpm/Makefile
|
||||||
dist/rpm/synergy.spec
|
dist/rpm/synergy.spec
|
||||||
doc/doxygen.cfg
|
doc/doxygen.cfg
|
||||||
|
lib/Makefile
|
||||||
|
lib/arch/Makefile
|
||||||
|
lib/base/Makefile
|
||||||
|
lib/client/Makefile
|
||||||
|
lib/common/Makefile
|
||||||
|
lib/io/Makefile
|
||||||
|
lib/mt/Makefile
|
||||||
|
lib/net/Makefile
|
||||||
|
lib/platform/Makefile
|
||||||
|
lib/server/Makefile
|
||||||
|
lib/synergy/Makefile
|
||||||
])
|
])
|
||||||
|
|
|
@ -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.1.4"
|
# define VERSION "1.1.5"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// important strings
|
// important strings
|
||||||
|
|
Loading…
Reference in New Issue