Skip to content

Commit

Permalink
Bump version to 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
detomon committed Dec 15, 2024
1 parent 2f84cf4 commit 24e30f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in BlipKit 0.17.7:
Release date: 2024-12-15

* Enforce code style with .clang-format
* Add option --without-wav to disable WAV functions
* Fix compiler warnings and errors

Changes in BlipKit 0.17.6:
Release date: 2023-04-13

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.6
0.17.7
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([BlipKit], [0.17.6], [simon@monoxid.net], [blipkit], [https://blipkit.audio])
AC_INIT([BlipKit], [0.17.7], [simon@monoxid.net], [blipkit], [https://blipkit.audio])

AC_CONFIG_SRCDIR([src/BKBase.c])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion src/BKBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/**
* Version.
*/
#define BK_VERSION "0.17.6"
#define BK_VERSION "0.17.7"
extern char const* const BKVersion;

/**
Expand Down

0 comments on commit 24e30f8

Please sign in to comment.