Increasing version to avoid confusion on features support

This commit is contained in:
DanB
2014-03-29 14:04:27 +01:00
parent 65d23a1eb5
commit c96f48435b
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
cgrates (0.9.1-rc5) UNRELEASED; urgency=low
* RC5.
-- DanB <danb@cgrates.org> Monday, 31 March 2014 17:30:00 +0100
cgrates (0.9.1-rc4) UNRELEASED; urgency=low
* RC4.

View File

@@ -9,6 +9,6 @@ Homepage: http://cgrates.org
Package: cgrates
Architecture: amd64
Suggests: git, redis-server, mysql-server
Version: 0.9.1-rc4
Version: 0.9.1-rc5
Description: Carrier Grade Real-time Charging System
CGRateS is a very fast and easy scalable real-time charging system for Telecom environments.

View File

@@ -1,7 +1,7 @@
package utils
const (
VERSION = "0.9.1rc4"
VERSION = "0.9.1rc5"
POSTGRES = "postgres"
MYSQL = "mysql"
MONGO = "mongo"