Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Oct 10, 2022
1 parent 3012a37 commit afadfbf
Show file tree
Hide file tree
Showing 2 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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
project(
liknorm
VERSION 1.5.7
VERSION 1.5.8
LANGUAGES C)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down
4 changes: 2 additions & 2 deletions include/liknorm/liknorm.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
/** Minor liknorm version. */
#define LIKNORM_VERSION_MINOR 5
/** Minor liknorm version. */
#define LIKNORM_VERSION_PATCH 7
#define LIKNORM_VERSION_PATCH 8
/** Liknorm version. */
#define LIKNORM_VERSION "1.5.7"
#define LIKNORM_VERSION "1.5.8"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit afadfbf

Please sign in to comment.