~ubuntu-branches/ubuntu/oneiric/json-glib/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-06-21 16:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110621162902-ddd1ue8pgcqbpj6s
Tags: 0.13.4-1
* New upstream release. (Thanks to Ted Gould <ted@ubuntu.com>)
  - Fixes for removal of G_CONST_RETURN
* debian/libjson-glib-1.0-0.symbols: Update for 0.13.4
* debian/watch: Switch to .bz2 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              (2)
 
58
#define JSON_MICRO_VERSION              (4)
59
59
 
60
60
/**
61
61
 * JSON_VERSION
62
62
 *
63
63
 * Json version.
64
64
 */
65
 
#define JSON_VERSION                    (0.13.2)
 
65
#define JSON_VERSION                    (0.13.4)
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.13.2"
 
73
#define JSON_VERSION_S                  "0.13.4"
74
74
 
75
75
/**
76
76
 * JSON_VERSION_HEX: