sudara / pamplejuce

A JUCE audio plugin template. JUCE 8, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
https://melatonin.dev/manuals/pamplejuce
MIT License
413 stars 41 forks source link

Version sync between git / actions / cmake #4

Closed sudara closed 2 years ago

sudara commented 3 years ago

Currently the version is hardcoded in the CMakeLists.txt

project(Pamplejuce VERSION 0.0.1)

Where should this be managed?

sudara commented 2 years ago

Fixed on the codesign branch