diff --git a/VERSION b/VERSION index 148890aa..0d14d751 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4.3 +0.9.4.4 diff --git a/debian/changelog b/debian/changelog index 1fe36b3b..3368012f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 + rscds (0.9.4.3) unstable; urgency=low * Work on making the installation process more foolproof. diff --git a/inc/always.php b/inc/always.php index d2146c28..def2e960 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.3'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.4.4'; // 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 abc23865..cadc4135 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-13 01:50+1200\n" +"POT-Creation-Date: 2008-04-18 19:55+1200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"