From b6ca77e261f03ec377b0c6b49bb9152fffb634e7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 5 Sep 2013 07:44:22 +0200 Subject: [PATCH] new version 4.3.0 --- Makefile | 2 +- inc/inc.Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b65dca2d0..9f5d5161c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.0RC3 +VERSION=4.3.0 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 c71f0f363..9cce25b56 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - var $_number = "4.3.0RC3"; + var $_number = "4.3.0"; var $_string = "SeedDMS"; function SeedDMS_Version() {