diff --git a/horde/docs/CHANGES b/horde/docs/CHANGES index c55052eefc7..5d6aaf992e1 100644 --- a/horde/docs/CHANGES +++ b/horde/docs/CHANGES @@ -1,6 +1,6 @@ ----------- -v5.1.5-git ----------- +------ +v5.1.5 +------ [jan] SECURITY: Protect against CSRF attacks on share permissions form (Bug #12804). diff --git a/horde/lib/Application.php b/horde/lib/Application.php index 946b8c623df..6385a80eef1 100644 --- a/horde/lib/Application.php +++ b/horde/lib/Application.php @@ -24,7 +24,7 @@ class Horde_Application extends Horde_Registry_Application { /** */ - public $version = '5.1.5-git'; + public $version = '5.1.5'; /** */ diff --git a/horde/package.xml b/horde/package.xml index 210b13cc1b0..1206141d2ab 100644 --- a/horde/package.xml +++ b/horde/package.xml @@ -28,7 +28,7 @@ mrubinsk@horde.org yes - 2013-10-19 + 2013-10-29 5.1.5 5.0.0 @@ -3776,7 +3776,7 @@ stable stable - 2013-10-19 + 2013-10-29 LGPL-2 * [jan] SECURITY: Protect against CSRF attacks on share permissions form (Bug #12804).