summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2009-07-31 05:27:23 +0000
committer <shinichiro.hamaji@gmail.com>2009-07-31 05:27:23 +0000
commit7e610f65f569fe5e06b82b054633dac0b17e3054 (patch)
tree0e3ab49b5f460b48d412c83a6c3818d9a7816815 /configure.ac
parent7e54f5ab1102637dca67feaf63a74bc35dababdd (diff)
downloadglog-7e610f65f569fe5e06b82b054633dac0b17e3054.tar.gz
glog-7e610f65f569fe5e06b82b054633dac0b17e3054.tar.bz2
glog-7e610f65f569fe5e06b82b054633dac0b17e3054.zip
Release 0.3.0.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@71 eb4d4688-79bd-11dd-afb4-1d65580434c0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9435084..75ec5a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)
-AC_INIT(glog, 0.2.1, opensource@google.com)
+AC_INIT(glog, 0.3.0, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)