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

Commit

Permalink
✨ 1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Jul 2, 2016
1 parent 8d242bd commit 1772752
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions includes/version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
$kga['version'] = '0.9.3';
$kga['version'] = '1.0.0';
$kga['revision'] = 1387; // database revision number (incremented whenever the database changes)
$kga['status'] = 'dev'; // leave blank if stable
$kga['status'] = ''; // leave blank if stable
8 changes: 4 additions & 4 deletions kimai.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"time": "2014-04-30",
"version": "0.9.3",
"revision": "1384",
"status": "RC",
"time": "2016-07-03",
"version": "1.0.0",
"revision": "1387",
"status": "stable",
"news": "http://www.kimai.org/blog/2013/test-kimai-v0-9-3-beta-1/"
}
2 changes: 1 addition & 1 deletion updater/updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
exec_query("INSERT INTO `${p}configuration` (`option`,`value`) VALUES('date_format_3','d.m.Y')");
}

// release of kimai 1.0
// release of kimai 1.0.0

// ================================================================================
// FINALIZATION: update DB version number
Expand Down

0 comments on commit 1772752

Please sign in to comment.