Changed version number to 0.9.11. Added NEWS item.

This commit is contained in:
crs 2002-09-04 21:17:01 +00:00
parent ecb2fbb342
commit a210c8c1ec
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@ -1,6 +1,13 @@
Synergy News
============
* Sep-04-2002 - Synergy 0.9.11 released
Fixed following bugs:
* Worked around missing SendInput() on windows 95/NT 4 prior to SP3
* Fixed keyboard mapping on X11 synergy client
* Sep-02-2002 - Synergy 0.9.10 released
Fixed following bugs:

View File

@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
dnl current version
MAJOR_VERSION=0
MINOR_VERSION=9
RELEASE_VERSION=10
RELEASE_VERSION=11
dnl initialize automake
AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION)

View File

@ -19,7 +19,7 @@
// set version macro if not set yet
#if !defined(VERSION)
# define VERSION "0.9.10"
# define VERSION "0.9.11"
#endif
// important strings