Carlos, here's a patch for both, crm and next branch, in which the package version is increased to 0.94.
Cheers, M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= "That's right," yelled Vroomfondel, "we demand rigidly defined areas of doubt and uncertainty!" -- Douglas Adams
>From e1a469fcacb646dcf6eaf4ba1679c280dfa2de74 Mon Sep 17 00:00:00 2001 From: Martin Dietze <[email protected]> Date: Fri, 7 Oct 2011 10:08:44 +0200 Subject: [PATCH] Version bump in nightly build script. --- debian/nightly_build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/nightly_build.sh b/debian/nightly_build.sh index c90ec11..ad60a9a 100755 --- a/debian/nightly_build.sh +++ b/debian/nightly_build.sh @@ -1,7 +1,7 @@ #!/bin/sh CHLOGBKP="/tmp/$$-chlog" -BASEVERSION="0.93.0" +BASEVERSION="0.94.0" REPOVERSION="git-`date +%Y%m%d-%H%M`" CHANGELOG="Automatic build from the GIT on `date`" -- 1.7.5.4
