From 4ab841b09d0d62a3c2e0e6a497903d2ff6261171 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 17 Jun 2013 16:04:14 +0200 Subject: [PATCH] new version 4.3.0pre3 --- Makefile | 2 +- inc/inc.Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 530278073..2b97f95ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.0pre2 +VERSION=4.3.0pre3 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 b8b2a6541..763f5f2d8 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - var $_number = "4.3.0pre2"; + var $_number = "4.3.0pre3"; var $_string = "SeedDMS"; function SeedDMS_Version() {