projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5cf52
)
New database version
author
Michael Vogel
<ike@pirati.ca>
Mon, 17 Oct 2016 20:09:48 +0000
(20:09 +0000)
committer
Michael Vogel
<ike@pirati.ca>
Mon, 17 Oct 2016 20:09:48 +0000
(20:09 +0000)
boot.php
patch
|
blob
|
history
update.php
patch
|
blob
|
history
diff --git
a/boot.php
b/boot.php
index f39fb0369cba8696d9037577f301b6fc0cd12530..aa5574e3c782ca3eb2512b2eb0072cf5f988fb62 100644
(file)
--- a/
boot.php
+++ b/
boot.php
@@
-38,7
+38,7
@@
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_CODENAME', 'Asparagus');
define ( 'FRIENDICA_VERSION', '3.5.1-dev' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 120
6
);
+define ( 'DB_UPDATE_VERSION', 120
7
);
/**
* @brief Constant with a HTML line break.
diff --git
a/update.php
b/update.php
index 756091113448a5d65078d38082ec3cf4bfb8fa8f..5eab9c2207d48872c8a0505bfdec987efb490f83 100644
(file)
--- a/
update.php
+++ b/
update.php
@@
-1,6
+1,6
@@
<?php
-define('UPDATE_VERSION' , 120
6
);
+define('UPDATE_VERSION' , 120
7
);
/**
*