Skip to content

Commit

Permalink
fix release date
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert Müller committed Dec 4, 2015
1 parent 9034cc8 commit 1f42327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$ARversion = array();
$ARversion['version'] = '9.3';
$ARversion['date'] = strtotime('2015-11-06');
$ARversion['date'] = strtotime('2015-12-04');
$ARversion['year'] = strftime('%G', $ARversion['date']);

0 comments on commit 1f42327

Please sign in to comment.