Skip to content

Commit

Permalink
Version 2.19.3:
Browse files Browse the repository at this point in the history
- Bugfixes (g_numbox.c, pdgui.js, dialog_search.html).

- Various fixes for better vanilla compatibility (please check the
  commit log for details).

- Added new PURR_DATA and PD_FLAVOR symbols to m_pd.h to make it easier
  for 3rd party externals to check which Pd flavor they're working with.

- Updated pd-lua to 0.11.6 (tutorial updates).

- Revised README (updated some outdated information, removed some l2ork
  branding, fixed some typos and formatting glitches).
  • Loading branch information
agraef committed Jul 25, 2023
1 parent 971fa8a commit e9fca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd/src/m_pd.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extern "C" {
#define PD_MINOR_VERSION 48
#define PD_BUGFIX_VERSION 0
#define PD_TEST_VERSION ""
#define PD_L2ORK_VERSION "2.19.2"
#define PD_L2ORK_VERSION "2.19.3"
#define PDL2ORK
// This is defined only for Purr-Data, not DISIS Pd-l2ork.
#define PURR_DATA
Expand Down

0 comments on commit e9fca4f

Please sign in to comment.