Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrecco67 committed Jul 13, 2024
1 parent d679803 commit 5ca3549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ foreach(module_name IN ITEMS gin gin_dsp gin_graphics gin_gui gin_plugin gin_sim
set_property (TARGET "${module_name}" APPEND PROPERTY LABELS Gin)
endforeach()

set(VersionString 1.1.2)
set(VersionString 1.1.3)
# also set this in PluginEditor.cpp -> showAboutInfo()

juce_add_plugin (${PROJECT_NAME}
PRODUCT_NAME "Audible Planets"
Expand All @@ -35,6 +36,7 @@ juce_add_plugin (${PROJECT_NAME}
JUCE_DONT_DECLARE_PROJECTINFO TRUE
)


if (APPLE)
target_compile_options(${PROJECT_NAME} PRIVATE
-Wall -Wstrict-aliasing -Wunused-parameter -Wconditional-uninitialized -Woverloaded-virtual -Wreorder -Wconstant-conversion -Wbool-conversion -Wextra-semi
Expand Down
2 changes: 1 addition & 1 deletion Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void APAudioProcessorEditor::showAboutInfo()
juce::String msg;


msg += "Audible Planets v1.1.2 (" __DATE__ ")\n\n";
msg += "Audible Planets v1.1.3 (" __DATE__ ")\n\n";

msg += "Greg Recco\n\n";

Expand Down

0 comments on commit 5ca3549

Please sign in to comment.