Skip to content

Commit

Permalink
Increase version to 12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Apr 4, 2024
1 parent 53672f5 commit 5cbf2e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.4...3.27)
project(primesieve CXX)
set(PRIMESIEVE_VERSION "12.2")
set(PRIMESIEVE_SOVERSION "12.2.0")
set(PRIMESIEVE_VERSION "12.3")
set(PRIMESIEVE_SOVERSION "12.3.0")

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

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

#define PRIMESIEVE_VERSION "12.2"
#define PRIMESIEVE_VERSION "12.3"
#define PRIMESIEVE_VERSION_MAJOR 12
#define PRIMESIEVE_VERSION_MINOR 2
#define PRIMESIEVE_VERSION_MINOR 3

#include <primesieve/iterator.h>

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

#define PRIMESIEVE_VERSION "12.2"
#define PRIMESIEVE_VERSION "12.3"
#define PRIMESIEVE_VERSION_MAJOR 12
#define PRIMESIEVE_VERSION_MINOR 2
#define PRIMESIEVE_VERSION_MINOR 3

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

0 comments on commit 5cbf2e2

Please sign in to comment.