Skip to content

Commit

Permalink
Update version to 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jun 22, 2024
1 parent 96e99fe commit b5ac9e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.4...3.27)
project(primesieve CXX)
set(PRIMESIEVE_VERSION "12.3")
set(PRIMESIEVE_SOVERSION "12.3.0")
set(PRIMESIEVE_VERSION "12.4")
set(PRIMESIEVE_SOVERSION "12.4.0")

# Build options ######################################################

Expand Down
4 changes: 2 additions & 2 deletions include/primesieve.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef PRIMESIEVE_H
#define PRIMESIEVE_H

#define PRIMESIEVE_VERSION "12.3"
#define PRIMESIEVE_VERSION "12.4"
#define PRIMESIEVE_VERSION_MAJOR 12
#define PRIMESIEVE_VERSION_MINOR 3
#define PRIMESIEVE_VERSION_MINOR 4

#include <primesieve/iterator.h>

Expand Down
4 changes: 2 additions & 2 deletions include/primesieve.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#ifndef PRIMESIEVE_HPP
#define PRIMESIEVE_HPP

#define PRIMESIEVE_VERSION "12.3"
#define PRIMESIEVE_VERSION "12.4"
#define PRIMESIEVE_VERSION_MAJOR 12
#define PRIMESIEVE_VERSION_MINOR 3
#define PRIMESIEVE_VERSION_MINOR 4

#include <primesieve/iterator.hpp>
#include <primesieve/primesieve_error.hpp>
Expand Down

0 comments on commit b5ac9e2

Please sign in to comment.