From 93510320ec515fe9407a28e8ca9d578c6c4f2252 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 17 Nov 2014 07:15:13 +0100 Subject: [PATCH] new version 4.3.12 --- Makefile | 2 +- inc/inc.Version.php | 2 +- install/install.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 66d481c6d..005bab591 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.11 +VERSION=4.3.12 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/inc/inc.Version.php b/inc/inc.Version.php index 631ea4127..52ca91273 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - public $_number = "4.3.11"; + public $_number = "4.3.12"; private $_string = "SeedDMS"; function SeedDMS_Version() { diff --git a/install/install.php b/install/install.php index 23095f2bb..5d0a68070 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.11"); +define("SEEDDMS_VERSION", "4.3.12"); require_once('../inc/inc.ClassSettings.php');