Skip to content

Commit

Permalink
cosmetic v1.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayle committed Apr 13, 2018
1 parent f2ebf80 commit 60f3b06
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public function getArrayKeyFromValue($value) {
class Config {

// TODO Move to a more appropriate class
const codevVersion = "v1.3.0.1";
const codevVersionDate = "25 Mar 2018";
const codevVersion = "v1.3.0.2";
const codevVersionDate = "15 Apr 2018";
const databaseVersion = 18; // used to check codev_config_table.database_version and apply upgrades.

const configType_int = 1;
Expand Down
Binary file modified i18n/locale/el/LC_MESSAGES/codev.mo
Binary file not shown.
Binary file modified i18n/locale/es_ES/LC_MESSAGES/codev.mo
Binary file not shown.
Binary file modified i18n/locale/hu/LC_MESSAGES/codev.mo
Binary file not shown.
Binary file modified i18n/locale/ko/LC_MESSAGES/codev.mo
Binary file not shown.
Binary file modified i18n/locale/sv_SE/LC_MESSAGES/codev.mo
Binary file not shown.
1 change: 1 addition & 0 deletions tools/release_codevtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ f_release()
echo "remove DOC files..."
rm -rf ${DIR_RELEASE}/doc/apache
rm -rf ${DIR_RELEASE}/doc/architecture
rm -rf ${DIR_RELEASE}/doc/docker
rm -rf ${DIR_RELEASE}/doc/fr/Archives
rm -rf ${DIR_RELEASE}/doc/git_config
rm -rf ${DIR_RELEASE}/doc/mantis_config/*.sql
Expand Down

0 comments on commit 60f3b06

Please sign in to comment.