summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-06-08 12:01:23 -0700
committerChase Douglas <chase.douglas@canonical.com>2012-06-08 12:01:23 -0700
commit3774f91ba3722bd56b532dde549aef1df1749a51 (patch)
tree67ad19c6c31477821943293cb57bd6ec621c7a66
parent9c8986c3d9854cb9a6f1f5dc39b8c16a1139ae91 (diff)
Release version 0.3.0xorg-gtest-0.3.0
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f3dd610..7d7b2e1 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.2.0],
+ [0.3.0],
[],
[xorg-gtest])
AC_CONFIG_SRCDIR([Makefile.am])