Skip to content

Commit bd790a5

Browse files
Bump version to 0.3.1
1 parent 97b13d3 commit bd790a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.11)
22

33
project(PapillonNDL
4-
VERSION "0.2.1"
4+
VERSION "0.3.1"
55
DESCRIPTION "Library to interact with ACE nuclear data files."
66
LANGUAGES CXX
77
)

src/version.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
namespace pndl {
2626
const unsigned int VERSION_MAJOR = 0;
2727
const unsigned int VERSION_MINOR = 3;
28-
const unsigned int VERSION_PATCH = 0;
28+
const unsigned int VERSION_PATCH = 1;
2929
const bool VERSION_DEVELOPMENT = false;
30-
const char* VERSION_STRING = "0.3.0";
30+
const char* VERSION_STRING = "0.3.1";
3131
} // namespace pndl

0 commit comments

Comments
 (0)