Skip to content

Commit b3ced61

Browse files
committed
Update version to 0.7.0
1 parent d278174 commit b3ced61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ SET(CPACK_WIX_EXTENSIONS WixUtilExtension)
3737

3838
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
3939
set(CPACK_PACKAGE_VERSION_MAJOR "0")
40-
set(CPACK_PACKAGE_VERSION_MINOR "6")
41-
set(CPACK_PACKAGE_VERSION_PATCH "1")
40+
set(CPACK_PACKAGE_VERSION_MINOR "7")
41+
set(CPACK_PACKAGE_VERSION_PATCH "0")
4242
set(CPACK_PACKAGE_EXECUTABLES "vimage;vimage")
4343

4444
include(CPack)

0 commit comments

Comments
 (0)