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