From be7e8f9a9363a542988e4208bceadc5611a5b724 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 8 Apr 2013 16:48:49 +0200 Subject: [PATCH] new version 4.1.3 --- Makefile | 2 +- SeedDMS_Core/Core/inc.ClassDMS.php | 2 +- SeedDMS_Core/package.xml | 24 ++++++++++++++++++++---- inc/inc.Version.php | 2 +- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8de0257d2..a6948766a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.1.2 +VERSION=4.1.3 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/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index 041d329bd..dee5164a4 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -225,7 +225,7 @@ class SeedDMS_Core_DMS { $this->convertFileTypes = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '4.1.2'; + $this->version = '4.1.3'; } /* }}} */ function getDB() { /* {{{ */ diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 5ff2f3bd7..93bf65580 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,10 +12,10 @@ uwe@steinmann.cx yes - 2013-04-05 - + 2013-04-08 + - 4.1.2 + 4.1.3 4.1.0 @@ -24,7 +24,7 @@ GPL License -- set propper folderList of sub folders after moving a folder +- stay in sync with seeddms application @@ -465,5 +465,21 @@ New release - stay in sync with seeddms application + + 2013-04-05 + + + 4.1.2 + 4.1.0 + + + stable + stable + + GPL License + +- set propper folderList of sub folders after moving a folder + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index fbf4927d0..0fc1809e3 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - var $_number = "4.1.2"; + var $_number = "4.1.3"; var $_string = "SeedDMS"; function SeedDMS_Version() {