~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to gtk/gtkversion.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 */
36
36
#define GTK_MAJOR_VERSION                               (2)
37
37
#define GTK_MINOR_VERSION                               (24)
38
 
#define GTK_MICRO_VERSION                               (5)
39
 
#define GTK_BINARY_AGE                                  (2405)
40
 
#define GTK_INTERFACE_AGE                               (5)
 
38
#define GTK_MICRO_VERSION                               (6)
 
39
#define GTK_BINARY_AGE                                  (2406)
 
40
#define GTK_INTERFACE_AGE                               (6)
41
41
 
42
42
/* check whether a Gtk+ version equal to or greater than
43
43
 * major.minor.micro is present.