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"