Skip to content

Commit

Permalink
bump version number to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus committed Dec 12, 2023
1 parent 44e5095 commit 1878e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1.2)

project(ebml VERSION 1.4.4)
project(ebml VERSION 1.4.5)

option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
Expand Down
2 changes: 1 addition & 1 deletion ebml/EbmlVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

namespace libebml {

#define LIBEBML_VERSION 0x010404
#define LIBEBML_VERSION 0x010405

extern const EBML_DLL_API std::string EbmlCodeVersion;
extern const EBML_DLL_API std::string EbmlCodeDate;
Expand Down
2 changes: 1 addition & 1 deletion src/EbmlVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

namespace libebml {

const std::string EbmlCodeVersion = "1.4.4";
const std::string EbmlCodeVersion = "1.4.5";

// 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
Expand Down

0 comments on commit 1878e78

Please sign in to comment.