Skip to content

Commit

Permalink
Update version to 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Feb 9, 2024
1 parent c6906b5 commit f299454
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 "11.2")
set(PRIMESIEVE_SOVERSION "11.2.0")
set(PRIMESIEVE_VERSION "11.3")
set(PRIMESIEVE_SOVERSION "11.3.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 "11.2"
#define PRIMESIEVE_VERSION "11.3"
#define PRIMESIEVE_VERSION_MAJOR 11
#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
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 "11.2"
#define PRIMESIEVE_VERSION "11.3"
#define PRIMESIEVE_VERSION_MAJOR 11
#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 f299454

Please sign in to comment.