Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderson11 committed Sep 17, 2015
1 parent 6225623 commit b2e03e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion maintenance/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
'UPDATE employees SET changePassword = 0',
'ALTER TABLE `employees` ADD `resetTime` INT NOT NULL AFTER `changePassword`',
'ALTER TABLE `employees` ADD `resetToken` VARCHAR(25) NOT NULL AFTER `resetTime`'
]
],
'0.8.1' => []
];
?>
2 changes: 1 addition & 1 deletion maintenance/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
if ($return['status'] == 'success') {
$settings = '<?php
//Audemium ERP Version
$VERSION = \'0.8.0\';
$VERSION = \'0.8.1\';
//Database
$SETTINGS[\'dbServer\'] = \''.addcslashes($_POST['dbHost'], "'").'\';
Expand Down
2 changes: 1 addition & 1 deletion maintenance/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//These are the default settings for Audemium ERP. Use the installer to generate your own settings.php file.

//Audemium ERP Version
$VERSION = '0.8.0';
$VERSION = '0.8.1';

//Database
$SETTINGS['dbServer'] = 'localhost';
Expand Down

0 comments on commit b2e03e5

Please sign in to comment.