Skip to content

Commit

Permalink
Change version to 5.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Oct 25, 2015
1 parent 9cf9575 commit 1d226bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([primesieve], [5.5.0], [[email protected]])
AC_INIT([primesieve], [5.5.0-rc1], [[email protected]])
AC_SUBST([primesieve_lib_version], [5:0:0])

AC_PREREQ([2.62])
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = "primesieve"
PROJECT_NUMBER = 5.5.0
PROJECT_NUMBER = 5.5.0-rc1
INPUT = mainpage.dox \
../include/primesieve.hpp \
../include/primesieve.h \
Expand Down
2 changes: 1 addition & 1 deletion include/primesieve.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef PRIMESIEVE_H
#define PRIMESIEVE_H

#define PRIMESIEVE_VERSION "5.5.0"
#define PRIMESIEVE_VERSION "5.5.0-rc1"
#define PRIMESIEVE_VERSION_MAJOR 5
#define PRIMESIEVE_VERSION_MINOR 5
#define PRIMESIEVE_VERSION_PATCH 0
Expand Down
2 changes: 1 addition & 1 deletion include/primesieve.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PRIMESIEVE_HPP
#define PRIMESIEVE_HPP

#define PRIMESIEVE_VERSION "5.5.0"
#define PRIMESIEVE_VERSION "5.5.0-rc1"
#define PRIMESIEVE_VERSION_MAJOR 5
#define PRIMESIEVE_VERSION_MINOR 5
#define PRIMESIEVE_VERSION_PATCH 0
Expand Down

0 comments on commit 1d226bb

Please sign in to comment.