From a1735b0d546421736359c527cb4791a9d1744dec Mon Sep 17 00:00:00 2001 From: Rainer Volz Date: Sat, 3 Oct 2015 18:07:48 +0200 Subject: [PATCH] Prepare for release 1.3.2 --- Rakefile.rb | 2 +- index.php | 2 +- installcheck.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile.rb b/Rakefile.rb index 672d4f1f..228b3155 100755 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -15,7 +15,7 @@ require 'logger' APPNAME = 'BicBucStriim' -VERSION = '1.3.1' +VERSION = '1.3.2' SOURCE = "." LESS = File.join( SOURCE, "style") diff --git a/index.php b/index.php index a09303ca..7099d6dc 100644 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ # Application Name $appname = 'BicBucStriim'; # App version -$appversion = '1.3.2a'; +$appversion = '1.3.2'; # Init app and routes $app = new \Slim\Slim(array( diff --git a/installcheck.php b/installcheck.php index 15eca82f..b7fa0a26 100644 --- a/installcheck.php +++ b/installcheck.php @@ -125,7 +125,7 @@ function check_php() { echo $template->render(array( 'page' => array( 'rot' => '', - 'version' => '1.3.2a' + 'version' => '1.3.2' ), 'is_a' => $is_a, 'srv' => $srv,