aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-01 16:25:10 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-01 16:25:10 -0700
commitd753ae4cf1bb0f9c9f4e59ccbaaca6342ef144be (patch)
tree7cd1c589d36af0d7dea43801cdb971e075a37264
parent69dc1b03c3ce8ee7199f337e50402d98679cb6bf (diff)
downloadvolse-hubzilla-d753ae4cf1bb0f9c9f4e59ccbaaca6342ef144be.tar.gz
volse-hubzilla-d753ae4cf1bb0f9c9f4e59ccbaaca6342ef144be.tar.bz2
volse-hubzilla-d753ae4cf1bb0f9c9f4e59ccbaaca6342ef144be.zip
dummy update placeholder
-rwxr-xr-xboot.php2
-rw-r--r--install/update.php9
-rw-r--r--version.inc2
3 files changed, 10 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index eada024d4..b2f3f0bd1 100755
--- a/boot.php
+++ b/boot.php
@@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1149 );
+define ( 'DB_UPDATE_VERSION', 1150 );
/**
* @brief Constant with a HTML line break.
diff --git a/install/update.php b/install/update.php
index 6f3e28791..d84b8c6d7 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1149 );
+define( 'UPDATE_VERSION' , 1150 );
/**
*
@@ -1732,4 +1732,11 @@ function update_r1148() {
return UPDATE_SUCCESS;
return UPDATE_FAILED;
+}
+
+function update_r1149() {
+
+ // hubzilla update does not apply here, but we're keeping the numbers in sync
+ return UPDATE_SUCCESS;
+
} \ No newline at end of file
diff --git a/version.inc b/version.inc
index cafba0e02..bfff44914 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-08-31.1141
+2015-09-01.1142