Skip to content

Commit 62b4533

Browse files
committed
bump deb version
1 parent 9929838 commit 62b4533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/deb/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ set(CPACK_PACKAGE_CONTACT "[email protected]")
2323
set(CPACK_PACKAGE_VENDOR "Adafruit")
2424
set(CPACK_PACKAGE_VERSION_MAJOR "0")
2525
set(CPACK_PACKAGE_VERSION_MINOR "3")
26-
set(CPACK_PACKAGE_VERSION_PATCH "7")
27-
set(CPACK_PACKAGE_VERSION "0.3.7")
26+
set(CPACK_PACKAGE_VERSION_PATCH "11")
27+
set(CPACK_PACKAGE_VERSION "0.3.11")
2828
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Adafruit WebIDE")
2929
set(CPACK_RESOURCE_FILE_README "${EDITOR_DIR}/README.md")
3030
set(CPACK_RESOURCE_FILE_LICENSE "${EDITOR_DIR}/GNU-AGPL-3.0")
@@ -37,4 +37,4 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "nodejs, nodejs-legacy, redis-server, git, rest
3737
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/postinst;${CMAKE_CURRENT_SOURCE_DIR}/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm;")
3838
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "armhf")
3939

40-
include(CPack)
40+
include(CPack)

0 commit comments

Comments
 (0)