projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba1ac5
)
We should increase the database version as well ...
author
Michael
<heluecht@pirati.ca>
Mon, 26 Dec 2016 06:02:14 +0000
(06:02 +0000)
committer
Michael
<heluecht@pirati.ca>
Mon, 26 Dec 2016 06:02:14 +0000
(06:02 +0000)
boot.php
patch
|
blob
|
history
update.php
patch
|
blob
|
history
diff --git
a/boot.php
b/boot.php
index aab3498146a2b2a423c85c74717958a0aacf4873..cad5e0698ef77534e9c41d63697b2102ccf698d7 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', 12
09
);
+define ( 'DB_UPDATE_VERSION', 12
10
);
/**
* @brief Constant with a HTML line break.
diff --git
a/update.php
b/update.php
index 7aec2ec2b83ec30eb414fc16d03bb53c0f89f150..948e10f27e7deba640c5fa9e90b7d10cf862e5d3 100644
(file)
--- a/
update.php
+++ b/
update.php
@@
-1,6
+1,6
@@
<?php
-define('UPDATE_VERSION' , 12
09
);
+define('UPDATE_VERSION' , 12
10
);
/**
*