~ubuntu-branches/ubuntu/vivid/libspectre/vivid

« back to all changes in this revision

Viewing changes to libspectre/spectre-version.h

  • Committer: Bazaar Package Importer
  • Author(s): Debian Krap Maintainers, Pino Toscano
  • Date: 2010-06-10 14:34:08 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100610143408-g4zhhc7iw7io0bfg
Tags: 0.2.6-1
[ Pino Toscano ]
* New upstream release:
  + calls ghostscript in a more secure way. (Closes: #583634)
* Set the source format to 1.0, for the moment.
* Add "DM-Upload-Allowed: yes" in control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#define SPECTRE_MAJOR_VERSION 0
29
29
#define SPECTRE_MINOR_VERSION 2
30
 
#define SPECTRE_MICRO_VERSION 5
31
 
 
32
 
#define SPECTRE_VERSION_STRING "0.2.5"
33
 
 
34
 
#define SPECTRE_VERSION ((0 << 16) | (2 << 8) | (5))
 
30
#define SPECTRE_MICRO_VERSION 6
 
31
 
 
32
#define SPECTRE_VERSION_STRING "0.2.6"
 
33
 
 
34
#define SPECTRE_VERSION ((0 << 16) | (2 << 8) | (6))
35
35
 
36
36
SPECTRE_END_DECLS
37
37