about summary refs log tree commit diff stats
path: root/App
diff options
context:
space:
mode:
Diffstat (limited to 'App')
-rw-r--r--App/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/App/Version.h b/App/Version.h index 32753aa..8068f03 100644 --- a/App/Version.h +++ b/App/Version.h
@@ -4,8 +4,8 @@
4#define TO_STRING(s) TO_STRING2(s) 4#define TO_STRING(s) TO_STRING2(s)
5 5
6#define MAJOR 5 6#define MAJOR 5
7#define MINOR 1 7#define MINOR 2
8#define PATCH 1 8#define PATCH 0
9 9
10#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) 10#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH)
11#define VERSION MAJOR, MINOR, PATCH 11#define VERSION MAJOR, MINOR, PATCH
/span>/error/404.php # Remember, if you change this file, make sure to update getRewriteURL() in functions.php! RewriteEngine On RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] RewriteRule ^(.*)$ http://fourisland.com/$1 [R=301,NC,L] RewriteRule ^blog/$ /index.php?area=archive [QSA,L] RewriteRule ^blog/author/(.+).php /index.php?area=archive&author=$1 [QSA,L] RewriteRule ^blog/tag/(.+).php /index.php?area=archive&tag=$1 [QSA,L] RewriteRule ^$ /index.php?area=blog [QSA,L] RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] RewriteRule ^wiki/$ /wiki/Main_Page [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^wiki/(.+) /w/index.php?title=$1 [QSA,L] RewriteRule ^poll/$ /index.php?area=poll [QSA,L] RewriteRule ^poll/(.+).php /index.php?area=poll&id=$1 [QSA,L] RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] RewriteRule ^admin/$ /admin.php [QSA,L] RewriteRule ^admin/(.+).php /admin.php?area=$1 [QSA,L] RewriteRule ^error/$ /index.php?area=error [QSA,L] RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L] RewriteRule ^projects/ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+).php /index.php?area=$1 [QSA,L]