diff options
author | Adam Tkac <atkac@redhat.com> | 2009-06-12 14:12:25 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-06-12 14:12:25 +0000 |
commit | 778f2f0a7855e0366f8922fcd14e76d976ff63f8 (patch) | |
tree | d1d0d1cf498f0d19d494eef81ed9005ead3c59d2 /unix | |
parent | eb4d3804f7534227bf90df749a1043d73c43d619 (diff) | |
download | tigervnc-778f2f0a7855e0366f8922fcd14e76d976ff63f8.tar.gz tigervnc-778f2f0a7855e0366f8922fcd14e76d976ff63f8.zip |
Bump version to 0.0.91.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3837 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/configure.ac | 2 | ||||
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 62cc3f80..f903dfc3 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.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']) diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index a73588f4..9fdcaf3b 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -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" \ |