aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-03-03 20:05:36 +0000
committerAdam Tkac <atkac@redhat.com>2009-03-03 20:05:36 +0000
commitf35d37421b6b6dd8538bacc7143a7b3a4e11e8bd (patch)
tree8ddc222b286f42246deea826bc3fff29d530d9f7
parent9210a9901b059cad1fe14401e6a74fe1949fe761 (diff)
downloadtigervnc-f35d37421b6b6dd8538bacc7143a7b3a4e11e8bd.tar.gz
tigervnc-f35d37421b6b6dd8538bacc7143a7b3a4e11e8bd.zip
Change version strings to "0.0.90".
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3630 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--common/configure.ac2
-rw-r--r--unix/configure.ac2
-rw-r--r--unix/xserver/hw/vnc/xvnc.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/configure.ac b/common/configure.ac
index f151029c..c9a64cf9 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
-AC_INIT([librfb], [1.5.0a1], [http://www.tigervnc.org])
+AC_INIT([librfb], [0.0.90], [http://www.tigervnc.org])
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
diff --git a/unix/configure.ac b/unix/configure.ac
index 4b7b7d9d..058218d2 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
-AC_INIT([tigervnc], [1.5.0a1], [http://www.tigervnc.org])
+AC_INIT([tigervnc], [0.0.90], [http://www.tigervnc.org])
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])
diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
index 4643740d..64950672 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -86,7 +86,7 @@ extern "C" {
#undef public
}
-#define XVNCVERSION "TigerVNC 1.5 series"
+#define XVNCVERSION "TigerVNC 0.0.90"
#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" \