Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-svn-demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raila
git-svn-demo
Commits
7e3c57a1
Commit
7e3c57a1
authored
16 years ago
by
raila
Browse files
Options
Downloads
Patches
Plain Diff
Update version number in 2.0.2rc1 release branch.
parent
9745331d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
java/pom.xml
+1
-1
1 addition, 1 deletion
java/pom.xml
python/setup.py
+1
-1
1 addition, 1 deletion
python/setup.py
with
3 additions
and
3 deletions
configure.ac
+
1
−
1
View file @
7e3c57a1
...
@@ -7,7 +7,7 @@ AC_PREREQ(2.59)
...
@@ -7,7 +7,7 @@ AC_PREREQ(2.59)
# * java/pom.xml
# * java/pom.xml
# * python/setup.py
# * python/setup.py
# * src/google/protobuf/stubs/common.h
# * src/google/protobuf/stubs/common.h
AC_INIT(protobuf, 2.0.2
-SNAPSHOT
, protobuf@googlegroups.com)
AC_INIT(protobuf, 2.0.2
rc1
, protobuf@googlegroups.com)
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
...
...
This diff is collapsed.
Click to expand it.
java/pom.xml
+
1
−
1
View file @
7e3c57a1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
</parent>-->
</parent>-->
<groupId>
com.google.protobuf
</groupId>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java
</artifactId>
<artifactId>
protobuf-java
</artifactId>
<version>
2.0.2
-SNAPSHOT
</version>
<version>
2.0.2
rc1
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
Protocol Buffer Java API
</name>
<name>
Protocol Buffer Java API
</name>
<description>
<description>
...
...
This diff is collapsed.
Click to expand it.
python/setup.py
+
1
−
1
View file @
7e3c57a1
...
@@ -102,7 +102,7 @@ if __name__ == '__main__':
...
@@ -102,7 +102,7 @@ if __name__ == '__main__':
generate_proto
(
"
../src/google/protobuf/descriptor.proto
"
)
generate_proto
(
"
../src/google/protobuf/descriptor.proto
"
)
setup
(
name
=
'
protobuf
'
,
setup
(
name
=
'
protobuf
'
,
version
=
'
2.0.2
-SNAPSHOT
'
,
version
=
'
2.0.2
rc1
'
,
packages
=
[
'
google
'
],
packages
=
[
'
google
'
],
namespace_packages
=
[
'
google
'
],
namespace_packages
=
[
'
google
'
],
test_suite
=
'
setup.MakeTestSuite
'
,
test_suite
=
'
setup.MakeTestSuite
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment