summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2009-04-10 16:27:12 +0000
committer <shinichiro.hamaji@gmail.com>2009-04-10 16:27:12 +0000
commitca448a53a0afff771fa328348802782c538f38ae (patch)
treee4004c137a5d16744d24e175ae87f2bd733c52d8 /configure.ac
parenta86eb1ac62341f313b2cb20c8450bfc1d9f3ae16 (diff)
downloadglog-ca448a53a0afff771fa328348802782c538f38ae.tar.gz
glog-ca448a53a0afff771fa328348802782c538f38ae.tar.bz2
glog-ca448a53a0afff771fa328348802782c538f38ae.zip
Release 0.2.1.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@48 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 9281743..1e87cee 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, opensource@google.com)
+AC_INIT(glog, 0.2.1, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)