From 526c480b85406b2a00c7c361004a7fa856122a90 Mon Sep 17 00:00:00 2001 From: DanB Date: Sun, 27 Sep 2015 15:45:15 +0200 Subject: [PATCH] Chaging package version to rc8 --- packages/debian/changelog | 6 +++++- packages/debian/control | 2 +- utils/consts.go | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/debian/changelog b/packages/debian/changelog index 304fea7e3..31fb0cf7e 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,4 +1,8 @@ -cgrates (0.9.1~rc7) UNRELEASED; urgency=low +cgrates (0.9.1~rc8) UNRELEASED; urgency=low + + * RC8. + + -- DanB Monday, 22 September 2015 12:05:00 +0200 * RC7. diff --git a/packages/debian/control b/packages/debian/control index 702abca7a..2905a6bdd 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -9,6 +9,6 @@ Homepage: http://cgrates.org Package: cgrates Architecture: amd64 Suggests: git, redis-server, mysql-server -Version: 0.9.1-rc7 +Version: 0.9.1-rc8 Description: Carrier Grade Real-time Charging System CGRateS is a very fast and easy scalable real-time charging system for Telecom environments. diff --git a/utils/consts.go b/utils/consts.go index d6416ea5b..fb70d48e6 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -28,7 +28,7 @@ var ( ) const ( - VERSION = "0.9.1~rc7" + VERSION = "0.9.1~rc8" POSTGRES = "postgres" MYSQL = "mysql" MONGO = "mongo"