Index: branches/SemanticMaps0.7.x/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Maps 0.7.7]] |
| 2 | +[[Semantic Maps 0.7.8]] |
3 | 3 | |
4 | 4 | You can find a wiki version of this document, which includes various helpfull links, at |
5 | 5 | http://mapping.referata.com/wiki/Help:Installation#Semantic_Maps |
Index: branches/SemanticMaps0.7.x/RELEASE-NOTES |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Semantic Maps 0.7.8 === |
| 12 | +(2011-11-02) |
12 | 13 | |
13 | 14 | * Fixed PostGres support for distance queries. |
14 | 15 | * Switched around getShort and getLong Wiki/HTML text methods in the geocoords DV. |
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.8 alpha' ); |
| 44 | +define( 'SM_VERSION', '0.7.8' ); |
45 | 45 | |
46 | 46 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
47 | 47 | 'path' => __FILE__, |