diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-06-09 17:42:55 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-06-09 16:39:39 -0500 |
commit | 3a22e1e107844e2603c2c4848263dda974e6f110 (patch) | |
tree | d81208e8a7f5c5f833557e2cbfec263033338e31 /solaris | |
parent | 14dc50e942076807092870a2910a05dcb0c25aed (diff) | |
download | bcfg2-3a22e1e107844e2603c2c4848263dda974e6f110.tar.gz bcfg2-3a22e1e107844e2603c2c4848263dda974e6f110.tar.bz2 bcfg2-3a22e1e107844e2603c2c4848263dda974e6f110.zip |
Version bump to 1.1.0rc2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5908 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/Makefile b/solaris/Makefile index 893ccbd8e..922b124ca 100644 --- a/solaris/Makefile +++ b/solaris/Makefile @@ -1,6 +1,6 @@ #!/usr/sfw/bin/gmake -VERS=1.0.0-1 +VERS=1.1.0rc2-1 PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]") default: clean package |