From 558be76daecc2df4117219a89c6a9a163321974f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 12 Mar 2015 11:06:23 +0100 Subject: [PATCH] new version 4.3.15 --- Makefile | 2 +- SeedDMS_Core/package.xml | 2 +- inc/inc.Version.php | 2 +- install/install.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bbc9f7eb4..80bfc7473 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.14 +VERSION=4.3.15 SRC=CHANGELOG inc conf utils index.php languages views op out README.md README.Notification README.Ubuntu drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install restapi # webapp diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index dc1540ca7..a85d64c8e 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,7 +12,7 @@ uwe@steinmann.cx yes - 2015-02-05 + 2015-02-12 4.3.15 diff --git a/inc/inc.Version.php b/inc/inc.Version.php index ec0e3fa95..3c8fd8268 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - public $_number = "4.3.14"; + public $_number = "4.3.15"; private $_string = "SeedDMS"; function SeedDMS_Version() { diff --git a/install/install.php b/install/install.php index 2316e14e0..6431e539b 100644 --- a/install/install.php +++ b/install/install.php @@ -119,7 +119,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "4.3.14"); +define("SEEDDMS_VERSION", "4.3.15"); require_once('../inc/inc.ClassSettings.php');