Bump version.
This commit is contained in:
parent
a0991e1137
commit
e81d00dee7
@ -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");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user