Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Commit 85e34f8

Browse files
committed
Updated Makefile for packaging, Version number in header file.
1 parent 3508246 commit 85e34f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ SOURCES = rest.c oauth.c json-decode.c json-encode.c urlparams.c
1010

1111
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
1212
# be included automatically
13-
PDOBJECTS = rest-json.pd
13+
PDOBJECTS =
1414

1515
# 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
1717

1818
# manuals and related files, in the 'manual' subfolder
1919
MANUAL = index.html couchdb-example.png webservice-example.png twitter.html twitter-documentation.png
@@ -27,7 +27,7 @@ EXTRA_DIST = Changelog.txt test.json
2727
# unit tests and related files here, in the 'unittests' subfolder
2828
UNITTESTS =
2929

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
3131

3232

3333
#------------------------------------------------------------------------------#

purest_json.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ THE SOFTWARE.
2626

2727
#include "m_pd.h"
2828

29-
#define PUREST_JSON_VERSION "0.14.0"
29+
#define PUREST_JSON_VERSION "0.15.0"
3030
#define PUREST_JSON_VERSION_MAJOR 0
31-
#define PUREST_JSON_VERSION_MINOR 14
31+
#define PUREST_JSON_VERSION_MINOR 15
3232
#define PUREST_JSON_VERSION_PATCH 0
3333

3434
#define REQUEST_TYPE_LEN 7

0 commit comments

Comments
 (0)