This repository was archived by the owner on Nov 18, 2023. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ SOURCES = rest.c oauth.c json-decode.c json-encode.c urlparams.c
10
10
11
11
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
12
12
# be included automatically
13
- PDOBJECTS = rest-json.pd
13
+ PDOBJECTS =
14
14
15
15
# example patches and related files, in the 'examples' subfolder
16
- EXAMPLES = purest-json-test.pd the-sound-of-money.pd statistics.pd twitter-client.pd
16
+ EXAMPLES = purest-json-test.pd the-sound-of-money.pd statistics.pd twitter-client.pd binary-test.pd
17
17
18
18
# manuals and related files, in the 'manual' subfolder
19
19
MANUAL = index.html couchdb-example.png webservice-example.png twitter.html twitter-documentation.png
@@ -27,7 +27,7 @@ EXTRA_DIST = Changelog.txt test.json
27
27
# unit tests and related files here, in the 'unittests' subfolder
28
28
UNITTESTS =
29
29
30
- HELPPATCHES = json-help.pd rest-json-help.pd urlparams-help.pd rest-help.pd
30
+ HELPPATCHES = json-help.pd urlparams-help.pd rest-help.pd
31
31
32
32
33
33
# ------------------------------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ THE SOFTWARE.
26
26
27
27
#include "m_pd.h"
28
28
29
- #define PUREST_JSON_VERSION "0.14 .0"
29
+ #define PUREST_JSON_VERSION "0.15 .0"
30
30
#define PUREST_JSON_VERSION_MAJOR 0
31
- #define PUREST_JSON_VERSION_MINOR 14
31
+ #define PUREST_JSON_VERSION_MINOR 15
32
32
#define PUREST_JSON_VERSION_PATCH 0
33
33
34
34
#define REQUEST_TYPE_LEN 7
You can’t perform that action at this time.
0 commit comments