Skip to content

Commit

Permalink
set version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 28, 2023
1 parent 31f9b51 commit 4d9d596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 2)
SET(libdiscid_PATCH 3)


SET(libdiscid_VERSION ${libdiscid_MAJOR}.${libdiscid_MINOR}.${libdiscid_PATCH})
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libdiscid ChangeLog:
--------------------

libdiscid-unreleased:
libdiscid-0.6.3:

- LIB-66: fix for Debian kFreeBSD
- Haiku platform support (TOC only)
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, 2)
define(PATCH, 3)
# 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 4d9d596

Please sign in to comment.