From c325b923ea80d2c16d2042aef9356643fd34af05 Mon Sep 17 00:00:00 2001 From: crs Date: Sat, 5 Jul 2003 17:06:18 +0000 Subject: [PATCH] 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. --- configure.in | 2 +- lib/common/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 15912330..cf9ceae7 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=9 +RELEASE_VERSION=11 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 6e38f86b..772796cf 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.9" +# define VERSION "1.0.11" #endif // important strings