Chaging package version to rc8

This commit is contained in:
DanB
2015-09-27 15:45:15 +02:00
parent 8a7a1c8a40
commit 526c480b85
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
cgrates (0.9.1~rc7) UNRELEASED; urgency=low
cgrates (0.9.1~rc8) UNRELEASED; urgency=low
* RC8.
-- DanB <danb@cgrates.org> Monday, 22 September 2015 12:05:00 +0200
* RC7.

View File

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

View File

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