From 0f3699f36dadbd22d4d16df87aba719101852fb4 Mon Sep 17 00:00:00 2001 From: Kevin Kluge Date: Tue, 16 Nov 2010 12:03:04 -0800 Subject: [PATCH] update version to 2.1.5 --- cloud.spec | 2 +- debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cloud.spec b/cloud.spec index 3480a89531e..5df953975f0 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.4 +%define _ver 2.1.5 %define _rel 1 Name: cloud diff --git a/debian/changelog b/debian/changelog index 42c107b42c6..76ce9393ef6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cloud (2.1.5) unstable; urgency=low + + * Releasing 2.1.5 + + -- Kevin Kluge Tue, 16 Nov 2010 22:06:32 -0700 + cloud (2.1.4) unstable; urgency=low * Releasing 2.1.4 diff --git a/wscript b/wscript index c66fe056a87..8e612e610c5 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.4' +VERSION = '2.1.5' APPNAME = 'cloud' import shutil,os