diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-02-24 08:39:56 -0800 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-02-24 08:39:56 -0800 |
commit | a15d88e39f19efdd6aa20053a7a3ce6ffc8c0d9e (patch) | |
tree | efbd7e1fe0502d6119d6236d91c412ee54f70a8e | |
parent | 6422b13b33438a1dfa2d57c2df3593fcac719814 (diff) |
Release version 0.1.1
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1623394..da94219 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([Dummy X.org Testing Environment for Google Test], - [0.1.0], + [0.1.1], [], [xorg-gtest]) AC_CONFIG_SRCDIR([Makefile.am]) |