summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2010-06-15 06:30:24 +0000
committer <shinichiro.hamaji@gmail.com>2010-06-15 06:30:24 +0000
commit6aa35189f5b589030ac7e0d852d8a5df8d938493 (patch)
treef600d4484e2f2b4c462792085e2939c068c0ea79 /configure.ac
parent858a11d4e3da108d4c64e13ea511a56e93433d8d (diff)
downloadglog-6aa35189f5b589030ac7e0d852d8a5df8d938493.tar.gz
glog-6aa35189f5b589030ac7e0d852d8a5df8d938493.tar.bz2
glog-6aa35189f5b589030ac7e0d852d8a5df8d938493.zip
Release 0.3.1.
This line, and those below, will be ignored-- M configure M ChangeLog M configure.ac M packages/deb/changelog git-svn-id: https://google-glog.googlecode.com/svn/trunk@89 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 fd3a123..c912d1f 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.3.0, opensource@google.com)
+AC_INIT(glog, 0.3.1, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)