Skip to content

Commit e9fca4f

Browse files
committed
Version 2.19.3:
- 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).
1 parent 971fa8a commit e9fca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pd/src/m_pd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414
#define PD_MINOR_VERSION 48
1515
#define PD_BUGFIX_VERSION 0
1616
#define PD_TEST_VERSION ""
17-
#define PD_L2ORK_VERSION "2.19.2"
17+
#define PD_L2ORK_VERSION "2.19.3"
1818
#define PDL2ORK
1919
// This is defined only for Purr-Data, not DISIS Pd-l2ork.
2020
#define PURR_DATA

0 commit comments

Comments
 (0)