Bump version.

This commit is contained in:
LoRd_MuldeR 2017-04-01 20:26:55 +02:00
parent 4d894cc37b
commit 4fdc96a139
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
Simple x264/x265 Launcher version history Simple x264/x265 Launcher version history
----------------------------------------- -----------------------------------------
Version 2.80 [2017-04-01]
* Another attempt to fix application startup error "0xc0000005"
* Some tweaks to speed-up the update checker
Version 2.79 [2017-03-23] Version 2.79 [2017-03-23]
* Updated x265 to version 2.3+22 * Updated x265 to version 2.3+22
* Fixed possible application startup error "0xc0000005" * Fixed possible application startup error "0xc0000005"

View File

@ -24,9 +24,9 @@
#endif #endif
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 7 #define VER_X264_MINOR 8
#define VER_X264_PATCH 9 #define VER_X264_PATCH 0
#define VER_X264_BUILD 1097 #define VER_X264_BUILD 1100
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)