Skip to content

Commit

Permalink
"# bumped version"
Browse files Browse the repository at this point in the history
  • Loading branch information
ts77 committed Mar 10, 2006
1 parent 152335d commit d9f0a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if ( basename( __FILE__ ) == basename( $_SERVER["PHP_SELF"] ) ) exit();

// all other constants in ./include/constants.php
define( "PHORUM", "5.1.8-RC2" );
define( "PHORUM", "5.1.9-RC3" );

// our internal version in format of year-month-day-serial
define( "PHORUMINTERNAL", "2005120400" );
Expand Down Expand Up @@ -571,7 +571,7 @@ function phorum_get_url()

case PHORUM_BASE_URL:
// only to flag phorum_custom_get_url() that base url is requested
$page = '';
$page = '';
break;

default:
Expand Down

0 comments on commit d9f0a78

Please sign in to comment.