From 0977ed0a766440403d9faaa68fbb3ec746ec9019 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 6 Sep 2016 14:35:30 +0200 Subject: [PATCH] new version 4.3.29 --- Makefile | 2 +- SeedDMS_Core/Core/inc.ClassDMS.php | 2 +- inc/inc.Version.php | 2 +- install/install.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7090cab53..a5cc32c91 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.28 +VERSION=4.3.29 SRC=CHANGELOG inc conf utils index.php languages views op out doc drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install restapi # webapp diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index dec7f6b63..7d2da070d 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -274,7 +274,7 @@ class SeedDMS_Core_DMS { $this->callbacks = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '4.3.28'; + $this->version = '4.3.29'; } /* }}} */ /** diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 86c407bd2..57787a1ca 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - public $_number = "4.3.28"; + public $_number = "4.3.29"; private $_string = "SeedDMS"; function __construct() { diff --git a/install/install.php b/install/install.php index 453468194..97f3aaf64 100644 --- a/install/install.php +++ b/install/install.php @@ -118,7 +118,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "4.3.28"); +define("SEEDDMS_VERSION", "4.3.29"); require_once('../inc/inc.ClassSettings.php');