From dc4dabe48bea550e77652a84a0fe0e5eef33d1c5 Mon Sep 17 00:00:00 2001 From: DevShaft Date: Sat, 28 Dec 2013 21:39:04 +0100 Subject: [PATCH] Updated version and change log. --- Backup-TA.bat | 4 ++-- changelog.txt | 8 +++++++- scripts/license.bat | 4 ++-- scripts/menu.bat | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Backup-TA.bat b/Backup-TA.bat index 59b645a..c0e9089 100644 --- a/Backup-TA.bat +++ b/Backup-TA.bat @@ -1,6 +1,6 @@ @echo off setlocal EnableDelayedExpansion -set VERSION=9.9 +set VERSION=9.10 REM ##################### REM ## CHOICE CHECK @@ -52,7 +52,7 @@ REM ##################### cls echo. echo [ ------------------------------------------------------------ ] -echo [ Backup TA v%VERSION% for Sony Xperia ] +echo [ Backup TA v%VERSION% for Sony Xperia ] echo [ ------------------------------------------------------------ ] echo [ Initialization ] echo [ ] diff --git a/changelog.txt b/changelog.txt index 4cb541d..bf49e7d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +Backup TA v9.10 (2013-12-28) +============================== +New Features, Improvements +-------------------------- +- Fixed search/replace mistake alternative choice program. + Backup TA v9.9 (2013-12-07) ============================== New Features, Improvements @@ -234,4 +240,4 @@ New Features, Improvements - Added clear progression status while backing up and restoring - Added restore confirmation - Backup and restore will be always be unsuccessful when the MD5 checksums do not match. -- It now creates a backup package in ZIP format. In this you'll find the backup image and MD5 file. This package will also be used for restoring. \ No newline at end of file +- It now creates a backup package in ZIP format. In this you'll find the backup image and MD5 file. This package will also be used for restoring. diff --git a/scripts/license.bat b/scripts/license.bat index bc2e023..63ba8b6 100644 --- a/scripts/license.bat +++ b/scripts/license.bat @@ -8,7 +8,7 @@ REM ##################### cls echo. echo [ ------------------------------------------------------------ ] -echo [ Backup TA v%VERSION% for Sony Xperia MIT License ] +echo [ Backup TA v%VERSION% for Sony Xperia MIT License ] echo [ ------------------------------------------------------------ ] echo [ Copyright (C) 2013 DevShaft ] echo [ ] @@ -37,4 +37,4 @@ echo [ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ] echo [ ------------------------------------------------------------ ] echo. pause -goto:eof \ No newline at end of file +goto:eof diff --git a/scripts/menu.bat b/scripts/menu.bat index 1f8ac57..0dc0df0 100644 --- a/scripts/menu.bat +++ b/scripts/menu.bat @@ -10,7 +10,7 @@ set menu_choices=1 cls echo. echo [ ------------------------------------------------------------ ] -echo [ Backup TA v%VERSION% for Sony Xperia ] +echo [ Backup TA v%VERSION% for Sony Xperia ] echo [ ------------------------------------------------------------ ] echo [ !menu_currentIndex!. Backup ] @@ -116,4 +116,4 @@ goto:eof set menu_decision= set menu_currentIndex= set menu_choices= -goto:eof \ No newline at end of file +goto:eof