Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PearCoding committed Jul 20, 2023
1 parent 30824d3 commit d308b5a
Show file tree
Hide file tree
Showing 2 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 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
endif()

project(tinyparser_mitsuba
VERSION 0.3
VERSION 0.3.3
DESCRIPTION "Tiny parser for mitsuba project files")

set(TPM_LIB_VERSION "${PROJECT_VERSION}")
Expand Down
4 changes: 2 additions & 2 deletions include/tinyparser-mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#endif

#define TPM_MAJOR_VERSION 0
#define TPM_MINOR_VERSION 1
#define TPM_PATCH_VERSION 0
#define TPM_MINOR_VERSION 3
#define TPM_PATCH_VERSION 3

#define TPM_NAMESPACE tinyparser_mitsuba

Expand Down

0 comments on commit d308b5a

Please sign in to comment.