]> source.dussan.org Git - tigervnc.git/commitdiff
Bump version numbers to 1.0.1.
authorAdam Tkac <atkac@redhat.com>
Tue, 19 Jan 2010 11:32:58 +0000 (11:32 +0000)
committerAdam Tkac <atkac@redhat.com>
Tue, 19 Jan 2010 11:32:58 +0000 (11:32 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3950 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/configure.ac
java/src/com/tigervnc/vncviewer/README
unix/configure.ac
unix/xserver/hw/vnc/xvnc.cc
win/configure.ac
win/tigervnc.iss
win/vncconfig/vncconfig.rc
win/vncviewer/vncviewer.rc
win/winvnc/winvnc.rc

index c6d2f96a78ee1efaa1e09bbf0e77829fe2531e76..675864ee353181d39cf89fcd3a32b0485840b375 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
-AC_INIT([librfb], [1.0.0], [http://www.tigervnc.org])
+AC_INIT([librfb], [1.0.1], [http://www.tigervnc.org])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
index 85c2f2782563cb192345e37fde272b6bf5fdc4d0..38a7eb1e0790606aa98e7e5dbb60034e1150ac82 100644 (file)
@@ -1,5 +1,5 @@
 
-  TigerVNC Java Viewer version 1.0.0
+  TigerVNC Java Viewer version 1.0.1
 
 ======================================================================
 
index c7e2d88ca542cba57e6f12a145f9eb4a8c04568a..33bf36fac7818c263df92e0bd6344685a5d83d60 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
-AC_INIT([tigervnc], [1.0.0], [http://www.tigervnc.org])
+AC_INIT([tigervnc], [1.0.1], [http://www.tigervnc.org])
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
 AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])
index b376e33a133d94a117c3293745622acca7fdfa1a..8eaceeace85018bbac0fee555ad11ad34f9eeaf5 100644 (file)
@@ -84,7 +84,7 @@ extern "C" {
 #undef public
 }
 
-#define XVNCVERSION "TigerVNC 1.0.0"
+#define XVNCVERSION "TigerVNC 1.0.1"
 #define XVNCCOPYRIGHT ("Copyright (C) 2002-2005 RealVNC Ltd.\n" \
                       "Copyright (C) 2000-2006 Constantin Kaplinsky\n" \
                       "Copyright (C) 2004-2009 Peter Astrand for Cendio AB\n" \
index 69d5534e24d2521c5a5ac661f8fc3e0e50cb3f0b..7c5f61a55507ac6daf4985e72c80b605b6d26b8a 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
-AC_INIT([tigervnc], [1.0.0], [http://www.tigervnc.org])
+AC_INIT([tigervnc], [1.0.1], [http://www.tigervnc.org])
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
 AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])
index 1a69c05b2ee83491e9a1b53253a5dbdd1315f2e1..e966334918b9917741e4c4d879092d991055567e 100644 (file)
@@ -2,8 +2,8 @@
 [Setup]\r
 OutputDir=.\r
 AppName=TigerVNC\r
-AppVerName=TigerVNC 1.0.0\r
-AppVersion=1.0.0\r
+AppVerName=TigerVNC 1.0.1\r
+AppVersion=1.0.1\r
 AppPublisher=TigerVNC project\r
 AppPublisherURL=http://tigervnc.org\r
 DefaultDirName={pf}\TigerVNC\r
index 308865a2f031ad48692b81fa7748141d894b6236..a587969b4cc8c6b2fc7ee2a2eb13f6f87ddd55dd 100644 (file)
@@ -438,8 +438,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION 1,0,1,0
+ PRODUCTVERSION 1,0,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -457,14 +457,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "TigerVNC Project\0"
             VALUE "FileDescription", "TigerVNC Server Configuration Applet for Win32\0"
-            VALUE "FileVersion", "1.0.0\0"
+            VALUE "FileVersion", "1.0.1\0"
             VALUE "InternalName", "vncconfig\0"
             VALUE "LegalCopyright", "Copyright (C) 1998-2009 [many holders]\0"
             VALUE "LegalTrademarks", "TigerVNC\0"
             VALUE "OriginalFilename", "vncconfig.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "TigerVNC Configurator\0"
-            VALUE "ProductVersion", "1.0.0\0"
+            VALUE "ProductVersion", "1.0.1\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 58d79e3acbb23d5eac5b46900730f23ea0b44727..150eac579c2caa3bf7a768f2d1ea92c23e023f20 100644 (file)
@@ -67,8 +67,8 @@ IDI_ICON                ICON    DISCARDABLE     "vncviewer.ico"
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION 1,0,1,0
+ PRODUCTVERSION 1,0,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -86,14 +86,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "TigerVNC Project\0"
             VALUE "FileDescription", "TigerVNC Viewer for Win32\0"
-            VALUE "FileVersion", "1.0.0\0"
+            VALUE "FileVersion", "1.0.1\0"
             VALUE "InternalName", "free4/vncviewer/win\0"
             VALUE "LegalCopyright", "Copyright (C) 1998-2009 [many holders]\0"
             VALUE "LegalTrademarks", "TigerVNC\0"
             VALUE "OriginalFilename", "vncviewer.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "TigerVNC Viewer\0"
-            VALUE "ProductVersion", "1.0.0\0"
+            VALUE "ProductVersion", "1.0.1\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 275f452455d77c47c7a287cf90fa13ff948039a5..c443b6b504b5c69b1933b8cf4377a0c00e713236 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION 1,0,1,0
+ PRODUCTVERSION 1,0,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,14 +73,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "TigerVNC Project\0"
             VALUE "FileDescription", "TigerVNC Server for Win32\0"
-            VALUE "FileVersion", "1.0.0\0"
+            VALUE "FileVersion", "1.0.1\0"
             VALUE "InternalName", "winvnc\0"
             VALUE "LegalCopyright", "Copyright (C) 1998-2009 [many holders]\0"
             VALUE "LegalTrademarks", "TigerVNC\0"
             VALUE "OriginalFilename", "winvnc4.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "TigerVNC Server\0"
-            VALUE "ProductVersion", "1.0.0\0"
+            VALUE "ProductVersion", "1.0.1\0"
             VALUE "SpecialBuild", "\0"
         END
     END