Skip to content

Commit

Permalink
Update version number, for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Jun 6, 2011
1 parent f4e6b34 commit 435674f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

// Identify ourself
define('WT_WEBTREES', 'webtrees');
define('WT_VERSION', '1.1.3');
define('WT_VERSION_RELEASE', 'svn'); // 'svn', 'beta', 'rc1', '', etc.
define('WT_VERSION', '1.2.0');
define('WT_VERSION_RELEASE', ''); // 'svn', 'beta', 'rc1', '', etc.
define('WT_VERSION_TEXT', trim(WT_VERSION.' '.WT_VERSION_RELEASE));
define('WT_WEBTREES_URL', 'http://webtrees.net');
define('WT_WEBTREES_WIKI', 'http://wiki.webtrees.net');
Expand Down

0 comments on commit 435674f

Please sign in to comment.