Skip to content

Commit

Permalink
Updated version and change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevShaft committed Dec 28, 2013
1 parent daaa3d1 commit dc4dabe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Backup-TA.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal EnableDelayedExpansion
set VERSION=9.9
set VERSION=9.10

REM #####################
REM ## CHOICE CHECK
Expand Down Expand Up @@ -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 [ ]
Expand Down
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
- 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.
4 changes: 2 additions & 2 deletions scripts/license.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 [ ]
Expand Down Expand Up @@ -37,4 +37,4 @@ echo [ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ]
echo [ ------------------------------------------------------------ ]
echo.
pause
goto:eof
goto:eof
4 changes: 2 additions & 2 deletions scripts/menu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down Expand Up @@ -116,4 +116,4 @@ goto:eof
set menu_decision=
set menu_currentIndex=
set menu_choices=
goto:eof
goto:eof

0 comments on commit dc4dabe

Please sign in to comment.