Skip to content

Commit

Permalink
Ready for v1.03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Oct 26, 2022
1 parent 42c7544 commit d18c37f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.03
* Reuse converted raw to internal binary format files

v1.02.1
* Fix file_list.txt reading to not split on spaces in file paths

Expand Down
4 changes: 2 additions & 2 deletions CommonCMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ set(CMAKE_MODULE_PATH ${MARACLUSTER_SOURCE_DIR}/cmake)

# VERSION AND NAMESPACES
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "02")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_VERSION_MINOR "03")
set(CPACK_PACKAGE_VERSION_PATCH "0")

# UPDATE PATCH VERSION FOR INTERMEDIATE BUILDS
INCLUDE(VersionGen)
Expand Down

0 comments on commit d18c37f

Please sign in to comment.