2012-01-28 16:40:14 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2012-01-30 17:50:19 +01:00
|
|
|
// Simple x264 Launcher
|
2019-05-02 12:47:47 +02:00
|
|
|
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
2012-01-28 16:40:14 +01:00
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation; either version 2 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
|
|
// with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
//
|
|
|
|
// http://www.gnu.org/licenses/gpl-2.0.txt
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2013-11-06 00:30:27 +01:00
|
|
|
#ifndef ENABLE_X264_VERSION_INCLUDE
|
|
|
|
#error Please do *not* inlcude "version.h" directly!
|
|
|
|
#endif
|
|
|
|
|
2012-02-08 00:29:47 +01:00
|
|
|
#define VER_X264_MAJOR 2
|
2019-05-02 15:45:53 +02:00
|
|
|
#define VER_X264_MINOR 9
|
2019-07-14 20:15:40 +02:00
|
|
|
#define VER_X264_PATCH 1
|
|
|
|
#define VER_X264_BUILD 1170
|
2012-02-02 22:53:40 +01:00
|
|
|
|
2013-11-03 17:08:02 +01:00
|
|
|
#define VER_X264_PORTABLE_EDITION (0)
|
|
|
|
|
2012-02-04 19:09:27 +01:00
|
|
|
#define VER_X264_PRE_RELEASE (0)
|