~ubuntu-branches/ubuntu/utopic/json-glib/utopic-proposed

« back to all changes in this revision

Viewing changes to json-glib/json-version.h

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2011-11-17 12:14:08 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111117121408-8qvttvs2n81u7h8m
Tags: 0.14.2-1
* New upstream release
* Add multiarch support
* debian/watch: Switch to .xz tarballs

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 *
56
56
 * Json micro version component (e.g. 3 if %JSON_VERSION is 1.2.3)
57
57
 */
58
 
#define JSON_MICRO_VERSION              (0)
 
58
#define JSON_MICRO_VERSION              (2)
59
59
 
60
60
/**
61
61
 * JSON_VERSION
62
62
 *
63
63
 * Json version.
64
64
 */
65
 
#define JSON_VERSION                    (0.14.0)
 
65
#define JSON_VERSION                    (0.14.2)
66
66
 
67
67
/**
68
68
 * JSON_VERSION_S:
70
70
 * Json version, encoded as a string, useful for printing and
71
71
 * concatenation.
72
72
 */
73
 
#define JSON_VERSION_S                  "0.14.0"
 
73
#define JSON_VERSION_S                  "0.14.2"
74
74
 
75
75
/**
76
76
 * JSON_VERSION_HEX: