Skip to content

Commit

Permalink
Release: version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Jun 30, 2023
1 parent 1b5065c commit 7c21a6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.2.7 build #{build}"
version: "0.2.8 build #{build}"
shallow_clone: true

environment:
Expand Down
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.7 LANGUAGES C CXX)
project(libaribb25 VERSION 0.2.8 LANGUAGES C CXX)
enable_language("CXX")

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

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

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

set(ARIBB25_MAJOR_VERSION "0")
set(ARIBB25_MINOR_VERSION "2")
set(ARIBB25_PATCH_VERSION "7")
set(ARIBB25_PATCH_VERSION "8")
set(ARIBB25_VERSION_NUMBER ${ARIBB25_MAJOR_VERSION}.${ARIBB25_MINOR_VERSION}.${ARIBB25_PATCH_VERSION})
set(ARIBB25_VERSION_STRING stz-${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.7"
#define VERSION_STRING "0.2.8"

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

0 comments on commit 7c21a6a

Please sign in to comment.