Skip to content

Commit

Permalink
update version number -> 0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
pshires committed Mar 21, 2018
1 parent f5e3e96 commit 34617f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_MACOSX_RPATH 1)

set( CMAKE_VERSION_MAJOR 0 )
set( CMAKE_VERSION_MINOR 2 )
set( CMAKE_VERSION_PATCH 23 )
set( CMAKE_VERSION_PATCH 24 )

set(AMO_SUITE_VERSION "${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}")
INCLUDE_DIRECTORIES (node_modules/nan)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = AMO-Tools-Suite
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v.0.2.23
PROJECT_NUMBER = v.0.2.24

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amo-tools-suite",
"version": "0.2.23",
"version": "0.2.24",
"description": "Calculation library for the Department of Energy Advanced Manufacturing Office (DOE AMO) suite of tools",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 34617f1

Please sign in to comment.