Skip to content

Commit

Permalink
cosmetic: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayle committed Jan 21, 2015
1 parent 9626b08 commit f6f525c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = CodevTT
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 1.0.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
5 changes: 3 additions & 2 deletions classes/config.class.php
Expand Up @@ -67,8 +67,8 @@ public function getArrayKeyFromValue($value) {
class Config {

// TODO Move to a more appropriate class
const codevVersion = "v1.0.1";
const codevVersionDate = "16 Aug 2014";
const codevVersion = "v1.0.2";
const codevVersionDate = "21 Jan 2015";
const databaseVersion = 13; // used to check codev_config_table.database_version and apply upgrades.

const configType_int = 1;
Expand Down Expand Up @@ -150,6 +150,7 @@ class Config {
"v1.0.0 RC1" => "(13 Jan 2014) - WBS, install, log file creation if missing",
"v1.0.0" => "(17 Mar 2014) - Relationships, timetrack duration, check_latest_version, CmdStateFilter, periodic leaves",
"v1.0.1" => "(16 Aug 2014) - fix:Gantt+CSVimport+graphColors+WBSrootName, Hide admin menu, install:proxy+checkMantisDefaultProjectWorkflow",
"v1.0.2" => "(21 Jan 2015) - fix:WBS+more, MantisPlugin, FilterBugList, Jobs, Commands:totalProv, MinifyJS, EditTeam:combobox, Logs, Holidays:filters, ExportCSV",
);

/**
Expand Down

0 comments on commit f6f525c

Please sign in to comment.