Skip to content

Commit

Permalink
Release: version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Aug 26, 2023
1 parent 615e4ca commit ce3ff33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "default build type")

set(CMAKE_INSTALL_SO_NO_EXE False)

project(libaribb25 VERSION 0.2.8 LANGUAGES C CXX)
project(libaribb25 VERSION 0.2.9 LANGUAGES C CXX)
enable_language("CXX")

include(GitRevision)
Expand Down Expand Up @@ -50,7 +50,7 @@ set(ARIBB1_PRODUCT "ARIB STD-B1")

set(ARIBB1_MAJOR_VERSION "0")
set(ARIBB1_MINOR_VERSION "2")
set(ARIBB1_PATCH_VERSION "8")
set(ARIBB1_PATCH_VERSION "9")
set(ARIBB1_VERSION_NUMBER ${ARIBB1_MAJOR_VERSION}.${ARIBB1_MINOR_VERSION}.${ARIBB1_PATCH_VERSION})
set(ARIBB1_VERSION_STRING ${ARIBB1_VERSION_NUMBER})

Expand All @@ -68,7 +68,7 @@ set(ARIBB25_PRODUCT "ARIB STD-B25")

set(ARIBB25_MAJOR_VERSION "0")
set(ARIBB25_MINOR_VERSION "2")
set(ARIBB25_PATCH_VERSION "8")
set(ARIBB25_PATCH_VERSION "9")
set(ARIBB25_VERSION_NUMBER ${ARIBB25_MAJOR_VERSION}.${ARIBB25_MINOR_VERSION}.${ARIBB25_PATCH_VERSION})
set(ARIBB25_VERSION_STRING ${ARIBB25_VERSION_NUMBER})

Expand Down
2 changes: 1 addition & 1 deletion aribb25/td.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VERSION_STRING "0.2.8"
#define VERSION_STRING "0.2.9"

#include <stdlib.h>
#include <stdio.h>
Expand Down

0 comments on commit ce3ff33

Please sign in to comment.