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
adbancroft authored and github-actions[bot] committed Jan 25, 2025
1 parent 2f8e870 commit 66190e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1")
set(LIBDIVIDE_VERSION "5.2.0")
project(libdivide C CXX)

include(CheckCXXCompilerFlag)
Expand Down
6 changes: 3 additions & 3 deletions libdivide.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#define LIBDIVIDE_H

// *** Version numbers are auto generated - do not edit ***
#define LIBDIVIDE_VERSION "5.1.1"
#define LIBDIVIDE_VERSION "5.2.0"
#define LIBDIVIDE_VERSION_MAJOR 5
#define LIBDIVIDE_VERSION_MINOR 1
#define LIBDIVIDE_VERSION_PATCH 1
#define LIBDIVIDE_VERSION_MINOR 2
#define LIBDIVIDE_VERSION_PATCH 0

#include <stdint.h>

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.1
version=5.2.0
author=ridiculousfish
maintainer=ridiculousfish
sentence=Optimised integer division.
Expand Down

0 comments on commit 66190e9

Please sign in to comment.