Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Dec 13, 2023
1 parent 6080b40 commit 5065e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ option(BUILD_SHARED_LIBS "Build shared library" ON)

# Version
SET(LIB_MAJOR_VERSION "1")
SET(LIB_MINOR_VERSION "0")
SET(LIB_REVISION "1")
SET(LIB_MINOR_VERSION "1")
SET(LIB_REVISION "0")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
Expand Down
4 changes: 2 additions & 2 deletions include/dav1dfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ extern "C"
#endif

#define DAV1DFILE_MAJOR_VERSION 1
#define DAV1DFILE_MINOR_VERSION 0
#define DAV1DFILE_PATCH_VERSION 1
#define DAV1DFILE_MINOR_VERSION 1
#define DAV1DFILE_PATCH_VERSION 0

#define DAV1DFILE_COMPILED_VERSION ( \
(DAV1DFILE_MAJOR_VERSION * 100 * 100) + \
Expand Down

0 comments on commit 5065e2c

Please sign in to comment.