From 8cb3b1d8f36137cbcda16b7dc9fe20ef3da0c3fa Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Mon, 11 Nov 2024 14:58:46 +0000 Subject: [PATCH] Bump library and app versions to 1.3 --- CMakeLists.txt | 2 +- deps/libMXF/CMakeLists.txt | 2 +- deps/libMXFpp/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46ab1f93..71a6f948 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ else() endif() project(bmx - VERSION 1.2 + VERSION 1.3 DESCRIPTION "A C++ library and set of utilities to read and write the SMPTE ST 377-1 MXF file format" HOMEPAGE_URL https://github.com/bbc/bmx LANGUAGES C CXX diff --git a/deps/libMXF/CMakeLists.txt b/deps/libMXF/CMakeLists.txt index e2333067..47b1b874 100644 --- a/deps/libMXF/CMakeLists.txt +++ b/deps/libMXF/CMakeLists.txt @@ -13,7 +13,7 @@ else() endif() project(libMXF - VERSION 1.2 + VERSION 1.3 DESCRIPTION "Low-level C library for reading and writing the SMPTE ST 377-1 MXF file format" HOMEPAGE_URL https://github.com/bbc/libMXF LANGUAGES C CXX diff --git a/deps/libMXFpp/CMakeLists.txt b/deps/libMXFpp/CMakeLists.txt index 7c3cf085..3dbcfc3a 100644 --- a/deps/libMXFpp/CMakeLists.txt +++ b/deps/libMXFpp/CMakeLists.txt @@ -13,7 +13,7 @@ else() endif() project(libMXF++ - VERSION 1.2 + VERSION 1.3 DESCRIPTION "C++ wrapper library for libMXF that supports reading and writing the SMPTE ST 377-1 MXF file format" HOMEPAGE_URL https://github.com/bbc/libMXFpp LANGUAGES CXX