Skip to content

Commit 1c7e341

Browse files
committed
Change the version in CMakeLists
1 parent ebb54e6 commit 1c7e341

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.1.5")
8+
set (VERSION "1.1.6")
99
set (VERSION_INFO "Stable")
1010
set (EXEC_NAME com.github.donadigo.eddy)
1111
set (PREFIX ${CMAKE_INSTALL_PREFIX})

0 commit comments

Comments
 (0)