Skip to content

Commit

Permalink
set version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 2, 2023
1 parent 65d9f2b commit 1065baa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PROJECT(libdiscid C)
# PATCH is increase for all other releases
SET(libdiscid_MAJOR 0)
SET(libdiscid_MINOR 6)
SET(libdiscid_PATCH 3)
SET(libdiscid_PATCH 4)


SET(libdiscid_VERSION ${libdiscid_MAJOR}.${libdiscid_MINOR}.${libdiscid_PATCH})
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
libdiscid ChangeLog:
--------------------

libdiscid-0.6.4:

- LIB-69: Revert "Use discid_feature enum in discid_read_sparse". Fixes
compiler errors with C++.

libdiscid-0.6.3:

- LIB-66: fix for Debian kFreeBSD
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script.
# PATCH is increase for all other releases
define(MAJOR, 0)
define(MINOR, 6)
define(PATCH, 3)
define(PATCH, 4)
# currently the sole purpose of the project is the library,
# so we use the library version also as project version
AC_INIT([libdiscid],[MAJOR.MINOR.PATCH])
Expand Down

0 comments on commit 1065baa

Please sign in to comment.