Skip to content

Commit 0aa1f74

Browse files
committed
Update version number to 2.4.1
Change-Id: Ief6eccab82712be04285fc918bf0102102bbce21
1 parent 5d99632 commit 0aa1f74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_PREREQ(2.59)
1212
# In the SVN trunk, the version should always be the next anticipated release
1313
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
1414
# the size of one file name in the dist tarfile over the 99-char limit.)
15-
AC_INIT([Protocol Buffers],[2.4.1-pre],[[email protected]],[protobuf])
15+
AC_INIT([Protocol Buffers],[2.4.1],[[email protected]],[protobuf])
1616

1717

1818
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.google.protobuf</groupId>
1212
<artifactId>protobuf-java</artifactId>
13-
<version>2.4.1-pre</version>
13+
<version>2.4.1</version>
1414
<packaging>jar</packaging>
1515
<name>Protocol Buffer Java API</name>
1616
<description>

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def MakeTestSuite():
118118
libraries = [ "protobuf" ]))
119119

120120
setup(name = 'protobuf',
121-
version = '2.4.1-pre',
121+
version = '2.4.1',
122122
packages = [ 'google' ],
123123
namespace_packages = [ 'google' ],
124124
test_suite = 'setup.MakeTestSuite',

0 commit comments

Comments
 (0)