Skip to content

Commit bba8365

Browse files
committed
Update version number to 2.6.1.
1 parent 20e0a61 commit bba8365

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2014-10-09 version 2.6.1rc1:
1+
2014-10-20 version 2.6.1:
22

33
C++
44
* Added atomicops support for Solaris.

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.6.1rc1],[[email protected]],[protobuf])
15+
AC_INIT([Protocol Buffers],[2.6.1],[[email protected]],[protobuf])
1616

1717
AM_MAINTAINER_MODE([enable])
1818

java/pom.xml

Lines changed: 2 additions & 2 deletions
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.6.1rc1</version>
13+
<version>2.6.1</version>
1414
<packaging>bundle</packaging>
1515
<name>Protocol Buffer Java API</name>
1616
<description>
@@ -148,7 +148,7 @@
148148
<instructions>
149149
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
150150
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
151-
<Export-Package>com.google.protobuf;version=2.6.1rc1</Export-Package>
151+
<Export-Package>com.google.protobuf;version=2.6.1</Export-Package>
152152
</instructions>
153153
</configuration>
154154
</plugin>

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def run(self):
156156
))
157157

158158
setup(name = 'protobuf',
159-
version = '2.6.1rc1',
159+
version = '2.6.1',
160160
packages = [ 'google' ],
161161
namespace_packages = [ 'google' ],
162162
test_suite = 'setup.MakeTestSuite',

0 commit comments

Comments
 (0)