]> source.dussan.org Git - tigervnc.git/commitdiff
Bump version to 0.0.91 and add doc/version_numbers file which lists occurrences
authorAdam Tkac <atkac@redhat.com>
Fri, 12 Jun 2009 14:15:25 +0000 (14:15 +0000)
committerAdam Tkac <atkac@redhat.com>
Fri, 12 Jun 2009 14:15:25 +0000 (14:15 +0000)
of version number.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3838 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/configure.ac
doc/version_numbers [new file with mode: 0644]
java/src/com/tigervnc/vncviewer/README
unix/configure.ac
unix/xserver/hw/vnc/xvnc.cc
win/configure.ac
win/vncconfig/vncconfig.rc
win/vncviewer/vncviewer.rc
win/winvnc/winvnc.rc

index 2bd44fe37511d90d1e6ba64677ed59bd5062b6c0..54e2f3d81942d7f79ce67b3788d0a15e422406c3 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
-AC_INIT([librfb], [0.0.90], [http://www.tigervnc.org])
+AC_INIT([librfb], [0.0.91], [http://www.tigervnc.org])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
diff --git a/doc/version_numbers b/doc/version_numbers
new file mode 100644 (file)
index 0000000..70375c6
--- /dev/null
@@ -0,0 +1,11 @@
+Files written below contain release numbers which should be changed during
+release process.
+
+java/src/com/tigervnc/vncviewer/README
+rfb/configure.ac
+unix/configure.ac
+unix/xserver/hw/vnc/xvnc.cc
+win/configure.ac
+win/vncconfig/vncconfig.rc
+win/vncviewer/vncviewer.rc
+win/winvnc/winvnc.rc
index 18fd7dbde47849e4d56067292d277440b174bbbd..c3508b4b344e7250748fc89e18236b3f861c4ca1 100644 (file)
@@ -1,5 +1,5 @@
 
-  TigerVNC Java Viewer version 1.3.9
+  TigerVNC Java Viewer version 0.0.91
 
 ======================================================================
 
index 62cc3f8032763917302f4fd02e9d6f46d0e7ee3d..f903dfc343e2716ce8e87630dbf5f46c827f059a 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
-AC_INIT([tigervnc], [0.0.90], [http://www.tigervnc.org])
+AC_INIT([tigervnc], [0.0.91], [http://www.tigervnc.org])
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
 AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])
index a73588f4fc43a0bd9123b452e395fc31cf740c89..9fdcaf3bb399411f1690b76a5bc9526627a1554b 100644 (file)
@@ -84,7 +84,7 @@ extern "C" {
 #undef public
 }
 
-#define XVNCVERSION "TigerVNC 0.0.90"
+#define XVNCVERSION "TigerVNC 0.0.91"
 #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 e80f3473dcbc8cfdcd92df085c2c0aa3965baace..e9e0c403353354017c1285dde37b29ba2e785c23 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
-AC_INIT([tigervnc], [0.0.90], [http://www.tigervnc.org])
+AC_INIT([tigervnc], [0.0.91], [http://www.tigervnc.org])
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
 AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])
index 5ebb0326adcdd7304f470fe4ba75398e50a0371d..d60176ee4704988f2cff383a5336d998abfcd0c6 100644 (file)
@@ -434,8 +434,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,90,0
- PRODUCTVERSION 0,0,90,0
+ FILEVERSION 0,0,91,0
+ PRODUCTVERSION 0,0,91,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -453,14 +453,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "TigerVNC Project\0"
             VALUE "FileDescription", "TigerVNC Server Configuration Applet for Win32\0"
-            VALUE "FileVersion", "0.0.90\0"
+            VALUE "FileVersion", "0.0.91\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", "0.0.90\0"
+            VALUE "ProductVersion", "0.0.91\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 3f4f59e4a8070a1de9d04f9453bfaae57abbe8a7..84b7da996b0f93ab9e026ef38b93cb6a1d3e337b 100644 (file)
@@ -63,8 +63,8 @@ IDI_ICON                ICON    DISCARDABLE     "vncviewer.ico"
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,90,0
- PRODUCTVERSION 0,0,90,0
+ FILEVERSION 0,0,91,0
+ PRODUCTVERSION 0,0,91,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -82,14 +82,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "TigerVNC Project\0"
             VALUE "FileDescription", "TigerVNC Viewer for Win32\0"
-            VALUE "FileVersion", "0.0.90\0"
+            VALUE "FileVersion", "0.0.91\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", "0.0.90\0"
+            VALUE "ProductVersion", "0.0.91\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 2fd0d2b24cb3d3cca67ce6d1d9a85eee2c146d87..e0d47dacfe5a08927b0deac57d87ff1ca722a711 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,90,0
- PRODUCTVERSION 0,0,90,0
+ FILEVERSION 0,0,91,0
+ PRODUCTVERSION 0,0,91,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", "0.0.90\0"
+            VALUE "FileVersion", "0.0.91\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", "0.0.90\0"
+            VALUE "ProductVersion", "0.0.91\0"
             VALUE "SpecialBuild", "\0"
         END
     END