Skip to content

Commit 9164e42

Browse files
committed
Add missing file
1 parent 7f5d581 commit 9164e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include (GNUInstallDirs)
55
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
66
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
77
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
8-
set (VERSION "1.0.1")
8+
set (VERSION "1.0.2")
99
set (VERSION_INFO "Unstable")
1010
set (EXEC_NAME ${CMAKE_PROJECT_NAME})
1111
set (PREFIX ${CMAKE_INSTALL_PREFIX})

0 commit comments

Comments
 (0)