diff --git a/Makefile b/Makefile
index 6346a7717..530278073 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=4.3.0pre1
+VERSION=4.3.0pre2
 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 b5e3fa07d..b8b2a6541 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -20,7 +20,7 @@
 
 class SeedDMS_Version {
 
-	var $_number = "4.3.0pre1";
+	var $_number = "4.3.0pre2";
 	var $_string = "SeedDMS";
 
 	function SeedDMS_Version() {