From defd0b795a5f4635eecacf0ee26399e6fc98ff4f Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 10 Feb 2012 02:18:28 +0100 Subject: [PATCH] Updated ReadMe file. --- ReadMe.txt | 13 ++++++++++++- src/version.h | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 2c51857..152fa41 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -72,7 +72,18 @@ with this program; if not, write to the Free Software Foundation, Inc., http://www.gnu.org/licenses/gpl-2.0.txt -5. Help & Support +5. Portable Mode +---------------- + +This application can be run in "portable" mode. Just rename the EXE +file to 'x264_launcher_portable.exe' in order to trigger portable mode. +In that mode all configuration files will be saved in the same folder +where the EXE file resides. This may be helpful, if you want to run the +application directly from your USB stick on different computers. Note, +however, that in portable mode the install folder must be writable! + + +6. Help & Support ----------------- For help and support, please join the discussion at: diff --git a/src/version.h b/src/version.h index 6eb1fbc..5cdc365 100644 --- a/src/version.h +++ b/src/version.h @@ -21,7 +21,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 0 -#define VER_X264_PATCH 79 +#define VER_X264_PATCH 80 #define VER_X264_MINIMUM_REV 2146 #define VER_X264_CURRENT_API 120