diff -r 9db359d6e60c -r d1a95497b68f includes/common.php --- a/includes/common.php Mon Feb 11 14:05:57 2008 -0500 +++ b/includes/common.php Mon Feb 11 14:33:31 2008 -0500 @@ -37,7 +37,7 @@ // be the expected output of enano_version(), which will always be in the // format of 1.0.2, 1.0.2a1, 1.0.2b1, 1.0.2RC1 // You'll want to change this for custom distributions. -$version = '1.1.1'; +$version = '1.1.2'; /** * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it