浏览代码

install/upgrade: update versions in files for 5.8 and devel

Daniel-Constantin Mierla 1 年之前
父节点
当前提交
145d93cb6b
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      docs/install/upgrade/5.7.x-to-5.8.0.md
  2. 3 3
      docs/install/upgrade/stable-to-devel.md

+ 1 - 1
docs/install/upgrade/5.7.x-to-5.8.0.md

@@ -58,7 +58,7 @@ Archived modules can be found in the repository:
 ### MySQL Database Structure
 
 Run following SQL statements in MySQL client to upgrade database
-structure from v5.6 to v5.7:
+structure from v5.7 to v5.8:
 
 ``` sql
 ...

+ 3 - 3
docs/install/upgrade/stable-to-devel.md

@@ -1,4 +1,4 @@
-# Upgrade Kamailio from v5.6.x to v5.7.0 (devel)
+# Upgrade Kamailio from v5.8.x to v5.9.0 (devel)
 
 The page contains the details about the changes that were made to old
 components during the development of v5.7.0 compared with what existed
@@ -11,7 +11,7 @@ upgrade database and configuration file from v5.6.x to run with Kamailio
 If you look for the guidelines to upgrade to previous stable release,
 see:
 
--   [Upgrade Kamailio v5.5.x to v5.6.0](5.5.x-to-5.6.0.md)
+-   [Upgrade Kamailio v5.7.x to v5.8.0](5.7.x-to-5.8.0.md)
 
 ## Remarks
 
@@ -53,7 +53,7 @@ Following tokens are used to mark the changes:
 ### MySQL Database Structure
 
 Run following SQL statements in MySQL client to upgrade database
-structure from v5.6 to v5.7:
+structure from v5.8 to v5.9:
 
 ``` sql
 ...