Skip to content

Commit

Permalink
prepare release 1.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdd committed Mar 23, 2016
1 parent 14f4b22 commit eeb598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class.flyspray.php
Expand Up @@ -27,7 +27,7 @@ class Flyspray
* For making releases on github use github's recommended versioning e.g. 'v1.0-beta' --> release files are then named v1.0-beta.zip and v1.0-beta.tar.gz and unzips to a flyspray-1.0-beta/ directory.
* Well, looks like a mess but hopefully consolidate this in future. Maybe use version_compare() everywhere in future instead of an own invented Flyspray::base_version()
*/
public $version = '1.0-rc dev';
public $version = '1.0-rc';

/**
* Flyspray preferences
Expand Down

0 comments on commit eeb598e

Please sign in to comment.