From e81d00dee732753add96be4cb974ea82d6ea260b Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 14 Feb 2012 00:27:02 +0100 Subject: [PATCH] Bump version. --- src/global.cpp | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.cpp b/src/global.cpp index f1bd881..8d1c8bd 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -309,7 +309,7 @@ void x264_init_console(int argc, char* argv[]) { if(!g_x264_console_attached) { - if(AllocConsole() != FALSE) + if(AllocConsole()) { SetConsoleCtrlHandler(NULL, TRUE); SetConsoleTitle(L"Simple x264 Launcher | Debug Console"); diff --git a/src/version.h b/src/version.h index ffb9808..222b03f 100644 --- a/src/version.h +++ b/src/version.h @@ -22,7 +22,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 0 #define VER_X264_PATCH 2 -#define VER_X264_BUILD 177 +#define VER_X264_BUILD 181 #define VER_X264_MINIMUM_REV 2146 #define VER_X264_CURRENT_API 120