diff --git a/VERSION b/VERSION index 0d14d751..50e07997 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4.4 +0.9.4.5 diff --git a/debian/changelog b/debian/changelog index 3368012f..60f1a912 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ +rscds (0.9.4.5) unstable; urgency=low + + * Fix quoting in create database script. + + -- Andrew McMillan Mon, 05 May 2008 15:42:09 +1200 + rscds (0.9.4.4) unstable; urgency=low * Fix dependencies for postgresql-client. * Fix bug with deletion of relationships. * Add updated German translation from Sykosch Arnold. - -- Andrew McMillan Fri, 18 Apr 2008 19:54:57 +1200 + -- Andrew McMillan Mon, 05 May 2008 15:40:25 +1200 rscds (0.9.4.3) unstable; urgency=low diff --git a/inc/always.php b/inc/always.php index def2e960..dbf80ec9 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.4.4'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.4.5'; // 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 cadc4135..3c61d3da 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-04-18 19:55+1200\n" +"POT-Creation-Date: 2008-05-05 15:42+1200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"