Skip to content

Commit ee070a8

Browse files
adbancroftgithub-actions[bot]
authored andcommitted
Auto increment version to 5.1.1
1 parent af1db19 commit ee070a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
set(LIBDIVIDE_VERSION "5.1")
2+
set(LIBDIVIDE_VERSION "5.1.1")
33
project(libdivide C CXX)
44

55
include(CheckCXXCompilerFlag)

libdivide.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#define LIBDIVIDE_H
1313

1414
// *** Version numbers are auto generated - do not edit ***
15-
#define LIBDIVIDE_VERSION "5.1.0"
15+
#define LIBDIVIDE_VERSION_MAJOR "5.1.1"
1616
#define LIBDIVIDE_VERSION_MAJOR 5
1717
#define LIBDIVIDE_VERSION_MINOR 1
18-
#define LIBDIVIDE_VERSION_PATCH 0
18+
#define LIBDIVIDE_VERSION_PATCH 1
1919

2020
#include <stdint.h>
2121

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=libdivide
2-
version=5.1.0
2+
version=5.1.1
33
author=ridiculousfish
44
maintainer=ridiculousfish
55
sentence=Optimised integer division.

0 commit comments

Comments
 (0)