Bump version number, add release message
This commit is contained in:
parent
1c93d143cf
commit
c39aa8d542
@ -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
|
||||
|
@ -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])
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user