From 004c1a2675155c1ec715a17945d37610a603a3a9 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Wed, 11 Aug 2010 14:59:57 -0700 Subject: [PATCH] 2.1.98 for regression testing --- cloud.spec | 2 +- debian/changelog | 2 +- wscript | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud.spec b/cloud.spec index 00065cc3583..1e010c9c814 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.97 +%define _ver 2.1.98 %define _rel 1 Name: cloud diff --git a/debian/changelog b/debian/changelog index 24e490047e1..3d671289c9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cloud (2.1.97) unstable; urgency=low +cloud (2.1.98) unstable; urgency=low * Bumping version number for next Cloud.com release diff --git a/wscript b/wscript index 84dd09e1602..b61137fb09e 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.97' +VERSION = '2.1.98' APPNAME = 'cloud' import shutil,os