Bump version to 0.0.91.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3837 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/configure.ac b/unix/configure.ac
index 62cc3f8..f903dfc 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 a73588f..9fdcaf3 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -84,7 +84,7 @@
 #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" \