~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gtk/gtkversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/* compile time version
31
31
 */
32
32
#define GTK_MAJOR_VERSION                               (2)
33
 
#define GTK_MINOR_VERSION                               (10)
34
 
#define GTK_MICRO_VERSION                               (12)
35
 
#define GTK_BINARY_AGE                                  (1012)
36
 
#define GTK_INTERFACE_AGE                               (12)
 
33
#define GTK_MINOR_VERSION                               (11)
 
34
#define GTK_MICRO_VERSION                               (2)
 
35
#define GTK_BINARY_AGE                                  (1102)
 
36
#define GTK_INTERFACE_AGE                               (0)
37
37
 
38
38
/* check whether a Gtk+ version equal to or greater than
39
39
 * major.minor.micro is present.