Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Bumping version numbers to 2.10RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Aug 29, 2012
1 parent 2a8839d commit dacb653
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion control/src/python/workspacecontrol/main/wc_optparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import optparse
import wc_args

WC_VERSION = "2.10RC1"
WC_VERSION = "2.10RC2"

# -----------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulus/authz/pynimbusauthz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
object_types[object_type_gridftp] = 2
object_types[object_type_hdfs] = 3

Version = "2.10RC1"
Version = "2.10RC2"

def long_help_callback(option, opt, value, parser, all_opts):
for o in all_opts:
Expand Down
4 changes: 2 additions & 2 deletions docs/src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ <h2>Nimbus Infrastructure Changelog</h2>
<li>
<p>
List of
<a href="http://github.com/nimbusproject/nimbus/compare/nimbus-release-2.9...nimbus-release-2.10RC1">all
<a href="http://github.com/nimbusproject/nimbus/compare/nimbus-release-2.9...nimbus-release-2.10RC2">all
commits</a>
between Nimbus 2.9 final and Nimbus 2.10 RC1.
between Nimbus 2.9 final and Nimbus 2.10 RC2.
</p>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion pilot/workspacepilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# I. Globals
# #########################################################{{{

VERSION = "2.10RC1"
VERSION = "2.10RC2"

# Apache License 2.0:
LICENSE = """
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/gt4.0/brokerdist/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nimbus distribution properties

ctxbroker.version=2.10RC1
ctxbroker.version=2.10RC2

binary.suffix=bin
source.suffix=src
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/gt4.0/dist/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nimbus distribution properties

nimbus.version=2.10RC1
nimbus.version=2.10RC2

binary.suffix=bin
source.suffix=src
Expand Down

0 comments on commit dacb653

Please sign in to comment.