diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-07-19 19:46:03 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-07-30 11:53:15 -0500 |
commit | 9c092909ac21ac2cab170decdec4b840765012ef (patch) | |
tree | c41f074eeead2a8fe1fdafa114a19cf0e72593e0 /solaris/Makefile | |
parent | fbfce6b96a23873e85fd249cd15ee25224797c69 (diff) | |
download | bcfg2-9c092909ac21ac2cab170decdec4b840765012ef.tar.gz bcfg2-9c092909ac21ac2cab170decdec4b840765012ef.tar.bz2 bcfg2-9c092909ac21ac2cab170decdec4b840765012ef.zip |
Version bump to 1.1.0rc4
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5982 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'solaris/Makefile')
-rw-r--r-- | solaris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/Makefile b/solaris/Makefile index c30a15c1f..be1367aed 100644 --- a/solaris/Makefile +++ b/solaris/Makefile @@ -1,6 +1,6 @@ #!/usr/sfw/bin/gmake -VERS=1.1.0rc3-1 +VERS=1.1.0rc4-1 PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]") default: clean package |