From f9efc771cf3aa6b1855b0e8ea065c40aeafddc6e Mon Sep 17 00:00:00 2001 From: Kevin Kluge Date: Thu, 6 Jan 2011 17:46:05 -0800 Subject: [PATCH] 2.1.7 version update --- cloud.spec | 2 +- debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cloud.spec b/cloud.spec index 02f35ab4d61..6ff63eaae7d 100644 --- a/cloud.spec +++ b/cloud.spec @@ -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 diff --git a/debian/changelog b/debian/changelog index 21c1e5fd91c..2029cd0f9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cloud (2.1.7) unstable; urgency=low + + * Releasing 2.1.7 + + -- Kevin Kluge Wed, 5 Dec 2010 19:17:53 -0700 + cloud (2.1.6) unstable; urgency=low * Releasing 2.1.6 diff --git a/wscript b/wscript index d2d2a99e139..cab24ed6202 100644 --- a/wscript +++ b/wscript @@ -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