aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-11-30 22:38:00 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-11-30 22:38:00 +0000
commitef9acc464db9c897e617e3d7b35f99bcb321b21a (patch)
treea43eb794598597d92f8362b1a553848e0992f580 /configure.ac
parent9c1c31ff165fceb76a0ec50cd7097038264c6908 (diff)
downloadprotobuf-ef9acc464db9c897e617e3d7b35f99bcb321b21a.tar.gz
protobuf-ef9acc464db9c897e617e3d7b35f99bcb321b21a.tar.bz2
protobuf-ef9acc464db9c897e617e3d7b35f99bcb321b21a.zip
Update version to 2.5.0-pre
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 c1ec1754..4b8c5b5b 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.4.2-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.5.0-pre],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])