summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-07-26 13:43:36 -0700
committerChase Douglas <chase.douglas@canonical.com>2012-07-26 13:54:31 -0700
commitbfa6312ba6f864ca05c89b015c5feddb4de491ec (patch)
tree4157c3c35d10e48b4a7f28c621a4a9fbc7d6aee8
parent4e8c128f225ab8466aab44c7edc4c0267b274bbb (diff)
Release version 0.4.0xorg-gtest-0.4.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 e2032f2..e113dee 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.3.0],
+ [0.4.0],
[],
[xorg-gtest])
AC_CONFIG_SRCDIR([Makefile.am])