Skip to content

Commit

Permalink
Auto increment version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nektos/act authored and github-actions[bot] committed Oct 22, 2024
1 parent 68fc982 commit e99fbd5
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(LIBDIVIDE_VERSION "5.1")
set(LIBDIVIDE_VERSION "5.2.0")
project(libdivide C CXX)

include(CheckCXXCompilerFlag)
Expand Down
2 changes: 1 addition & 1 deletion libdivide.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define LIBDIVIDE_H

#define LIBDIVIDE_VERSION_MAJOR 5
#define LIBDIVIDE_VERSION_MINOR 1
#define LIBDIVIDE_VERSION_MINOR 2
#define LIBDIVIDE_VERSION_PATCH 0
#define LIBDIVIDE_STR_INNER(s) #s
#define LIBDIVIDE_STR(s) LIBDIVIDE_STR_INNER(s)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=libdivide
version=5.1.0
version=5.2.0
author=ridiculousfish
maintainer=ridiculousfish
sentence=Optimised integer division.
Expand Down

0 comments on commit e99fbd5

Please sign in to comment.