Index: branches/SemanticMaps0.7.x/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Semantic Maps 0.7.7 === |
12 | | -(2011-06-xx) |
| 12 | +(2011-06-15) |
13 | 13 | |
14 | 14 | * Fixed handling of parameters in form inputs. |
15 | 15 | |
Index: branches/SemanticMaps0.7.x/SemanticMaps.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.5.x; use Semantic Maps 1.0 or above for SMW 1.6 or later.' ); |
42 | 42 | } |
43 | 43 | |
44 | | -define( 'SM_VERSION', '0.7.7 rc' ); |
| 44 | +define( 'SM_VERSION', '0.7.7' ); |
45 | 45 | |
46 | 46 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
47 | 47 | 'path' => __FILE__, |