Skip to content
Snippets Groups Projects
Commit 43fa8efa authored by Albert Gräf's avatar Albert Gräf Committed by Albert Gräf
Browse files

Bring the Pd compatibility version in sync with upstream Pd-l2ork.

parent d49a6899
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ extern "C" {
#include <stdarg.h>
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 42
#define PD_BUGFIX_VERSION 7
#define PD_MINOR_VERSION 43
#define PD_BUGFIX_VERSION 10
#define PD_TEST_VERSION "date/revision goes here"
#define PDL2ORK
extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment