Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.0.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Dec 16, 2014
2 parents bfdd1b6 + 8de301d commit a604f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdr_stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# :copyright: (c) 2011 - 2012 by Arezqui Belaid.
# :license: MPL 2.0, see COPYING for more details.

VERSION = (2, 0, 16, "")
VERSION = (2, 0, 18, "")
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Arezqui Belaid"
__contact__ = "info@star2billing.com"
Expand Down
2 changes: 1 addition & 1 deletion install/cdr-stats-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func_install_source(){

case $INSTALL_MODE in
'CLONE')
git clone git://github.com/Star2Billing/cdr-stats.git
git clone -b $BRANCH git://github.com/Star2Billing/cdr-stats.git

#Install Develop / Master
if echo $BRANCH | grep -i "^develop" > /dev/null ; then
Expand Down

0 comments on commit a604f49

Please sign in to comment.