Skip to content

Commit 94d457f

Browse files
committed
bump version
1 parent 7920fb6 commit 94d457f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(APPLE)
55
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
66
endif()
77

8-
project(serialosc VERSION 1.4.6)
8+
project(serialosc VERSION 1.4.7)
99

1010
set(CMAKE_C_STANDARD 17)
1111

installers/windows/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ out = "build"
1010
# change this stuff
1111

1212
APPNAME = "serialosc"
13-
VERSION = "1.4.6"
13+
VERSION = "1.4.7"
1414

1515
#
1616
# dep checking functions

0 commit comments

Comments
 (0)