From 06ed985f847876776fc800028f20c548ab6e49b5 Mon Sep 17 00:00:00 2001 From: crs Date: Sat, 25 Jan 2003 13:39:26 +0000 Subject: [PATCH] Changed version number to 1.0.2. --- NEWS | 7 +++++++ configure.in | 2 +- lib/common/Version.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 24ee536b..b13335b5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Synergy News ============ +* Jan-25-2003 - Synergy 1.0.2 released + + Made following changes: + * Fixed out-of-bounds array lookup in the BSD and Windows network code + * Added ability to set screen options from Windows launch dialog + + * Jan-22-2003 - Synergy 1.0.1 released Made following changes: diff --git a/configure.in b/configure.in index 15ff1af9..bf1fef89 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=1 +RELEASE_VERSION=2 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 36a817ed..e2d3077e 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.1" +# define VERSION "1.0.2" #endif // important strings