Skip to content

Commit 3892001

Browse files
committed
Simplify version string and remove redundant const char * casts
Signed-off-by: Elmurod Talipov <elmurod.talipov@gmail.com>
1 parent b7c4dde commit 3892001

2 files changed

Lines changed: 97 additions & 97 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX})
66
SET(EXEC_PREFIX "${PREFIX}/bin")
77
SET(INCLUDEDIR "${PREFIX}/include/${PROJECT_NAME}")
88
SET(LIBDIR "${PREFIX}/lib")
9-
SET(VERSION 9.4.0)
9+
SET(VERSION 9.4)
1010

1111
SET(CMAKE_MACOSX_RPATH 1)
1212

0 commit comments

Comments
 (0)