File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if(APPLE)
55 set (CMAKE_OSX_ARCHITECTURES "x86_64;arm64" )
66endif ()
77
8- project (serialosc VERSION 1.4.6 )
8+ project (serialosc VERSION 1.4.7 )
99
1010set (CMAKE_C_STANDARD 17)
1111
Original file line number Diff line number Diff line change 11!include " LogicLib.nsh"
22
33!define PRODUCT_NAME " serialosc"
4- !define PRODUCT_VERSION " 1.4.6 "
4+ !define PRODUCT_VERSION " 1.4.7 "
55!define PRODUCT_PUBLISHER " monome"
66!define PRODUCT_WEB_SITE " https://monome.org/"
77!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\serialoscd.exe"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ out = "build"
1010# change this stuff
1111
1212APPNAME = "serialosc"
13- VERSION = "1.4.6 "
13+ VERSION = "1.4.7 "
1414
1515#
1616# dep checking functions
You can’t perform that action at this time.
0 commit comments