Skip to content

Commit

Permalink
bump version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus committed Dec 19, 2023
1 parent ab36bcf commit 427b574
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(matroska VERSION 1.8.0)
project(matroska VERSION 2.0.0)

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 matroska/KaxVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace libmatroska {

#define LIBMATROSKA_VERSION 0x010800
#define LIBMATROSKA_VERSION 0x020000

extern const MATROSKA_DLL_API std::string KaxCodeVersion;
extern const MATROSKA_DLL_API std::string KaxCodeDate;
Expand Down
2 changes: 1 addition & 1 deletion src/KaxVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace libmatroska {

const std::string KaxCodeVersion = "1.8.0";
const std::string KaxCodeVersion = "2.0.0";

// Up to version 1.4.4 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 427b574

Please sign in to comment.