aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-01-09 01:02:25 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-01-09 01:02:25 +0000
commitea75323710c34e73e02288211a0edbcf9c6a765f (patch)
treea524631b3bd30d5fe7fac3ccc30a936a4b2bcd09 /configure.ac
parent38b744eaa75b1112ee3c52aa765a137dd3589fa2 (diff)
downloadprotobuf-ea75323710c34e73e02288211a0edbcf9c6a765f.tar.gz
protobuf-ea75323710c34e73e02288211a0edbcf9c6a765f.tar.bz2
protobuf-ea75323710c34e73e02288211a0edbcf9c6a765f.zip
Update version number in trunk to 2.3.1.
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 e7ceb002..d6035ef3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PREREQ(2.59)
# In the SVN trunk, the version should always be the next anticipated release
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
# the size of one file name in the dist tarfile over the 99-char limit.)
-AC_INIT([Protocol Buffers],[2.3.0-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.3.1-pre],[protobuf@googlegroups.com],[protobuf])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)