File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 2014-10-09 version 2.6.1rc1 :
1
+ 2014-10-20 version 2.6.1 :
2
2
3
3
C++
4
4
* Added atomicops support for Solaris.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ AC_PREREQ(2.59)
12
12
# In the SVN trunk, the version should always be the next anticipated release
13
13
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
14
14
# 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] )
16
16
17
17
AM_MAINTAINER_MODE ([ enable] )
18
18
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >com.google.protobuf</groupId >
12
12
<artifactId >protobuf-java</artifactId >
13
- <version >2.6.1rc1 </version >
13
+ <version >2.6.1 </version >
14
14
<packaging >bundle</packaging >
15
15
<name >Protocol Buffer Java API</name >
16
16
<description >
148
148
<instructions >
149
149
<Bundle-DocURL >https://developers.google.com/protocol-buffers/</Bundle-DocURL >
150
150
<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 >
152
152
</instructions >
153
153
</configuration >
154
154
</plugin >
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ def run(self):
156
156
))
157
157
158
158
setup (name = 'protobuf' ,
159
- version = '2.6.1rc1 ' ,
159
+ version = '2.6.1 ' ,
160
160
packages = [ 'google' ],
161
161
namespace_packages = [ 'google' ],
162
162
test_suite = 'setup.MakeTestSuite' ,
You can’t perform that action at this time.
0 commit comments