Version changed to rc7

This commit is contained in:
DanB
2015-08-03 21:20:40 +02:00
parent 679b89d49b
commit 30857b1fa8
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
cgrates (0.9.1~rc7) UNRELEASED; urgency=low
* RC7.
-- DanB <danb@cgrates.org> Wednesday, 3 August 2015 14:04:00 -0600
cgrates (0.9.1~rc6) UNRELEASED; urgency=low
* RC6.

View File

@@ -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.

View File

@@ -26,7 +26,7 @@ var (
)
const (
VERSION = "0.9.1~rc6"
VERSION = "0.9.1~rc7"
POSTGRES = "postgres"
MYSQL = "mysql"
MONGO = "mongo"