From 30857b1fa8328ebff8378ecb0c693f9073c5df0d Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 3 Aug 2015 21:20:40 +0200 Subject: [PATCH] Version changed to rc7 --- packages/debian/changelog | 6 ++++++ packages/debian/control | 2 +- utils/consts.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/debian/changelog b/packages/debian/changelog index 4d1301026..304fea7e3 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,9 @@ +cgrates (0.9.1~rc7) UNRELEASED; urgency=low + + * RC7. + + -- DanB Wednesday, 3 August 2015 14:04:00 -0600 + cgrates (0.9.1~rc6) UNRELEASED; urgency=low * RC6. diff --git a/packages/debian/control b/packages/debian/control index c35a86a2f..702abca7a 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-rc6 +Version: 0.9.1-rc7 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 ac075bdb1..bc3abaabf 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -26,7 +26,7 @@ var ( ) const ( - VERSION = "0.9.1~rc6" + VERSION = "0.9.1~rc7" POSTGRES = "postgres" MYSQL = "mysql" MONGO = "mongo"