Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit fec90c4

Browse files
author
Philip de Nier
committed
Update versions in cmake projects to 1.4
1 parent effa703 commit fec90c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else()
1313
endif()
1414

1515
project(bmx
16-
VERSION 1.3
16+
VERSION 1.4
1717
DESCRIPTION "A C++ library and set of utilities to read and write the SMPTE ST 377-1 MXF file format"
1818
HOMEPAGE_URL https://github.com/bbc/bmx
1919
LANGUAGES C CXX

deps/libMXF/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else()
1313
endif()
1414

1515
project(libMXF
16-
VERSION 1.3
16+
VERSION 1.4
1717
DESCRIPTION "Low-level C library for reading and writing the SMPTE ST 377-1 MXF file format"
1818
HOMEPAGE_URL https://github.com/bbc/libMXF
1919
LANGUAGES C CXX

deps/libMXFpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else()
1313
endif()
1414

1515
project(libMXF++
16-
VERSION 1.3
16+
VERSION 1.4
1717
DESCRIPTION "C++ wrapper library for libMXF that supports reading and writing the SMPTE ST 377-1 MXF file format"
1818
HOMEPAGE_URL https://github.com/bbc/libMXFpp
1919
LANGUAGES CXX

0 commit comments

Comments
 (0)