diff --git a/VERSION b/VERSION
index b0bb8785..06e679b4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.5
+0.9.5.1
diff --git a/davical.webprj b/davical.webprj
index 3d4c006a..d75e46a6 100644
--- a/davical.webprj
+++ b/davical.webprj
@@ -1,13 +1,11 @@
-
+
- Andrew McMillan
- andrew@catalyst.net.nz
- -//W3C//DTD XHTML 1.0 Transitional//EN
+ -//w3c//dtd html 4.01 frameset//en
- templates/
- toolbars/
+ ../../../../
+ ../../../../
@@ -28,7 +26,6 @@
-
@@ -256,5 +253,18 @@
+
+ Andrew McMillan
+ andrew@mcmillan.net.nz
+ No Debugger
+
+
+
+
+
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
index f6902751..4febd6f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+davical (0.9.5.1) unstable; urgency=low
+
+ * The name is changing from rscds to davical.
+ * Fix typo in ldap driver.
+ * Remove common problem-causing things from sample config.
+ * Improve query for events in a time period.
+ * Allow for authentication to be external.
+ * Finally upload to Debian (closes: #490444)
+
+ -- Andrew McMillan Mon, 14 Jul 2008 21:30:06 +1200
+
rscds (0.9.5) unstable; urgency=low
* Allow users to delete their own relationships, not just admin.
diff --git a/inc/always.php b/inc/always.php
index 7135a056..c9d204b2 100644
--- a/inc/always.php
+++ b/inc/always.php
@@ -96,7 +96,7 @@ awl_set_locale($c->default_locale);
*
*/
$c->code_version = 0;
-$c->version_string = '0.9.5'; // The actual version # is replaced into that during the build /release process
+$c->version_string = '0.9.5.1'; // The actual version # is replaced into that during the build /release process
if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) {
$c->code_major = $matches[1];
$c->code_minor = $matches[2];
diff --git a/po/messages.po b/po/messages.po
index eb536d16..7cb14e8b 100644
--- a/po/messages.po
+++ b/po/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-19 00:46+1200\n"
+"POT-Creation-Date: 2008-07-14 21:33+1200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"