mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Increasing version to avoid confusion on features support
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package utils
|
||||
|
||||
const (
|
||||
VERSION = "0.9.1rc4"
|
||||
VERSION = "0.9.1rc5"
|
||||
POSTGRES = "postgres"
|
||||
MYSQL = "mysql"
|
||||
MONGO = "mongo"
|
||||
|
||||
Reference in New Issue
Block a user