From c96f48435b31ab4dcbfd5c88e3656fd0c130b4f4 Mon Sep 17 00:00:00 2001 From: DanB Date: Sat, 29 Mar 2014 14:04:27 +0100 Subject: [PATCH] Increasing version to avoid confusion on features support --- pkg/debian/changelog | 7 +++++++ pkg/debian/control | 2 +- utils/consts.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pkg/debian/changelog b/pkg/debian/changelog index d39daf140..54bc3958f 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,10 @@ +cgrates (0.9.1-rc5) UNRELEASED; urgency=low + + * RC5. + + -- DanB Monday, 31 March 2014 17:30:00 +0100 + + cgrates (0.9.1-rc4) UNRELEASED; urgency=low * RC4. diff --git a/pkg/debian/control b/pkg/debian/control index 4a5f9e811..bbf013887 100644 --- a/pkg/debian/control +++ b/pkg/debian/control @@ -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. diff --git a/utils/consts.go b/utils/consts.go index ff0f9b8e6..3a1c8dc4b 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -1,7 +1,7 @@ package utils const ( - VERSION = "0.9.1rc4" + VERSION = "0.9.1rc5" POSTGRES = "postgres" MYSQL = "mysql" MONGO = "mongo"