Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolz committed Oct 1, 2015
1 parent 4c70d90 commit bd58047
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
require 'logger'

APPNAME = 'BicBucStriim'
VERSION = '1.2.7a'
VERSION = '1.3.1'

SOURCE = "."
LESS = File.join( SOURCE, "style")
Expand Down
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
# Application Name
$appname = 'BicBucStriim';
# App version
$appversion = '1.3.1a';
$appversion = '1.3.1';

# Init app and routes
$app = new \Slim\Slim(array(
'view' => new \Slim\Views\Twig(),
#'mode' => 'production',
'mode' => 'production',
#'mode' => 'debug',
'mode' => 'development',
#'mode' => 'development',
));

$app->configureMode('production', 'confprod');
Expand Down
2 changes: 1 addition & 1 deletion installcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function check_php() {
echo $template->render(array(
'page' => array(
'rot' => '',
'version' => '1.3.1a'
'version' => '1.3.1'
),
'is_a' => $is_a,
'srv' => $srv,
Expand Down

0 comments on commit bd58047

Please sign in to comment.