2.1.7 version update

This commit is contained in:
Kevin Kluge 2011-01-06 17:46:05 -08:00
parent 05c72e4fe3
commit f9efc771cf
3 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# DISABLE the post-percentinstall java repacking and line number stripping
# we need to find a way to just disable the java repacking and line number stripping, but not the autodeps
%define _ver 2.1.6
%define _ver 2.1.7
%define _rel 1
Name: cloud

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cloud (2.1.7) unstable; urgency=low
* Releasing 2.1.7
-- Kevin Kluge <kevin@cloud.com> Wed, 5 Dec 2010 19:17:53 -0700
cloud (2.1.6) unstable; urgency=low
* Releasing 2.1.6

View File

@ -3,7 +3,7 @@
# the following two variables are used by the target "waf dist"
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
VERSION = '2.1.6'
VERSION = '2.1.7'
APPNAME = 'cloud'
import shutil,os