From 2c198555fd3620cf386d9d5b49978eb0129f0a80 Mon Sep 17 00:00:00 2001
From: Jason Parker <jparker@digium.com>
Date: Thu, 21 Jul 2011 16:22:58 +0000
Subject: [PATCH] Fix UPGRADE.txt files for Asterisk 10.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 UPGRADE-1.10.txt => UPGRADE-10.txt | 2 +-
 UPGRADE.txt                        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename UPGRADE-1.10.txt => UPGRADE-10.txt (99%)

diff --git a/UPGRADE-1.10.txt b/UPGRADE-10.txt
similarity index 99%
rename from UPGRADE-1.10.txt
rename to UPGRADE-10.txt
index c1c1cd24c8..c5d927b510 100644
--- a/UPGRADE-1.10.txt
+++ b/UPGRADE-10.txt
@@ -19,7 +19,7 @@
 ===
 ===========================================================
 
-From 1.8 to 1.10:
+From 1.8 to 10:
 
 cel_pgsql:
  - This module now expects an 'extra' column in the database for data added
diff --git a/UPGRADE.txt b/UPGRADE.txt
index e98559f65b..d7803b4d39 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -16,15 +16,15 @@
 === UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4
 === UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6
 === UPGRADE-1.8.txt -- Upgrade info for 1.6 to 1.8
-=== UPGRADE-1.10.txt -- Upgrade info for 1.8 to 1.10
+=== UPGRADE-10.txt -- Upgrade info for 1.8 to 10
 ===
 ===========================================================
 
-From 1.10 to 1.12:
+From 10 to 12:
 
 * No significant changes as of yet.
 
-From 1.8 to 1.10:
+From 1.8 to 10:
 
 cel_pgsql:
  - This module now expects an 'extra' column in the database for data added
-- 
GitLab