Bump version.

This commit is contained in:
LoRd_MuldeR 2012-02-14 00:27:02 +01:00
parent a0991e1137
commit e81d00dee7
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ void x264_init_console(int argc, char* argv[])
{ {
if(!g_x264_console_attached) if(!g_x264_console_attached)
{ {
if(AllocConsole() != FALSE) if(AllocConsole())
{ {
SetConsoleCtrlHandler(NULL, TRUE); SetConsoleCtrlHandler(NULL, TRUE);
SetConsoleTitle(L"Simple x264 Launcher | Debug Console"); SetConsoleTitle(L"Simple x264 Launcher | Debug Console");

View File

@ -22,7 +22,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 0 #define VER_X264_MINOR 0
#define VER_X264_PATCH 2 #define VER_X264_PATCH 2
#define VER_X264_BUILD 177 #define VER_X264_BUILD 181
#define VER_X264_MINIMUM_REV 2146 #define VER_X264_MINIMUM_REV 2146
#define VER_X264_CURRENT_API 120 #define VER_X264_CURRENT_API 120