~ubuntu-branches/debian/stretch/pixman/stretch

« back to all changes in this revision

Viewing changes to pixman/pixman-version.h

  • Committer: Package Import Robot
  • Author(s): Julien Cristau, Andreas Boll, intrigeri
  • Date: 2015-09-12 13:08:02 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20150912130802-0egoj4agog1fsobn
Tags: 0.33.2-1
[ Andreas Boll ]
* New upstream release candidate.
* Enable vmx on ppc64el (closes: #786345).
* Update Vcs-* fields.
* Add upstream url.
* Drop XC- prefix from Package-Type field.
* Bump standards version to 3.9.6.

[ intrigeri ]
* Simplify hardening build flags handling (closes: #760100).
  Thanks to Simon Ruderich <simon@ruderich.org> for the patch.
* Enable all hardening build flags. Thanks to Simon Ruderich too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#endif
33
33
 
34
34
#define PIXMAN_VERSION_MAJOR 0
35
 
#define PIXMAN_VERSION_MINOR 32
36
 
#define PIXMAN_VERSION_MICRO 6
 
35
#define PIXMAN_VERSION_MINOR 33
 
36
#define PIXMAN_VERSION_MICRO 2
37
37
 
38
 
#define PIXMAN_VERSION_STRING "0.32.6"
 
38
#define PIXMAN_VERSION_STRING "0.33.2"
39
39
 
40
40
#define PIXMAN_VERSION_ENCODE(major, minor, micro) (    \
41
41
          ((major) * 10000)                             \