File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
1818AC_CONFIG_SRCDIR ( src/google/protobuf/message.cc )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments