Bump version number, add release message

This commit is contained in:
Moritz Bunkus 2016-07-02 15:48:51 +02:00
parent 1c93d143cf
commit c39aa8d542
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2016-07-02 Moritz Bunkus <moritz@bunkus.org>
* Released v1.3.4.
2015-11-21 Moritz Bunkus <moritz@bunkus.org>
* EbmlVersion.cpp: in order to enable deterministic builds the

View File

@ -1,4 +1,4 @@
AC_INIT([libebml], [1.3.3])
AC_INIT([libebml], [1.3.4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -42,7 +42,7 @@
START_LIBEBML_NAMESPACE
#define LIBEBML_VERSION 0x010303
#define LIBEBML_VERSION 0x010304
extern const std::string EbmlCodeVersion;
extern const std::string EbmlCodeDate;

View File

@ -38,7 +38,7 @@
START_LIBEBML_NAMESPACE
const std::string EbmlCodeVersion = "1.3.3";
const std::string EbmlCodeVersion = "1.3.4";
// Up to version 1.3.3 this library exported a build date string. As
// this made the build non-reproducible, replace it by a placeholder to