Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
bump version numbers to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdt committed Aug 12, 2018
1 parent 2589ca2 commit 0c8483b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion editor/backend/vst2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ set_target_properties(axiom_vst2 PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "Axiom: node-based VSTi"
MACOSX_BUNDLE_GUI_IDENTIFIER "io.github.monadgroup.axiom"
MACOSX_BUNDLE_ICON_FILE "resources/application.ico"
MACOSX_BUNDLE_SHORT_VERSION_STRING "0.3.1"
MACOSX_BUNDLE_SHORT_VERSION_STRING "0.3.2"
MACOSX_BUNDLE_COPYRIGHT "Copyright 2018 MONAD")
8 changes: 4 additions & 4 deletions editor/resources/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

#define IDI_APPICON 101

#define VER_FILEVERSION 0, 3, 1
#define VER_FILEVERSION_STR "0.3.1\0"
#define VER_FILEVERSION 0, 3, 2
#define VER_FILEVERSION_STR "0.3.2\0"

#define VER_PRODUCTVERSION 0, 3, 1
#define VER_PRODUCTVERSION_STR "0.3.1\0"
#define VER_PRODUCTVERSION 0, 3, 2
#define VER_PRODUCTVERSION_STR "0.3.2\0"

#define VER_COMPANYNAME_STR "MONAD Demogroup"
#define VER_FILEDESCRIPTION_STR "Axiom: node-based VSTi"
Expand Down

0 comments on commit 0c8483b

Please sign in to comment.