From 2d168319e480ecdd23bbb3dd3b291f7b81c0b216 Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 13 Apr 2003 14:38:40 +0000 Subject: [PATCH] Changed version to 1.0.7. --- configure.in | 2 +- lib/common/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 663dce84..5a8cecc9 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config) dnl current version MAJOR_VERSION=1 MINOR_VERSION=0 -RELEASE_VERSION=6 +RELEASE_VERSION=7 dnl initialize automake AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION) diff --git a/lib/common/Version.h b/lib/common/Version.h index d39f2c54..8b26dad2 100644 --- a/lib/common/Version.h +++ b/lib/common/Version.h @@ -19,7 +19,7 @@ // set version macro if not set yet #if !defined(VERSION) -# define VERSION "1.0.6" +# define VERSION "1.0.7" #endif // important strings