~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to libgimpbase/gimpversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
#define GIMP_MAJOR_VERSION                              (2)
13
13
#define GIMP_MINOR_VERSION                              (6)
14
 
#define GIMP_MICRO_VERSION                              (6)
15
 
#define GIMP_VERSION                                    "2.6.6"
 
14
#define GIMP_MICRO_VERSION                              (7)
 
15
#define GIMP_VERSION                                    "2.6.7"
16
16
#define GIMP_API_VERSION                                "2.0"
17
17
#define GIMP_CHECK_VERSION(major, minor, micro) \
18
18
    (GIMP_MAJOR_VERSION > (major) || \