From f35d37421b6b6dd8538bacc7143a7b3a4e11e8bd Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 3 Mar 2009 20:05:36 +0000 Subject: [PATCH] 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 --- common/configure.ac | 2 +- unix/configure.ac | 2 +- unix/xserver/hw/vnc/xvnc.cc | 2 +- 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" \ -- 2.39.5