~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimpbase/gimpversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.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                              (4)
14
 
#define GIMP_MICRO_VERSION                              (6)
15
 
#define GIMP_VERSION                                    "2.4.6"
 
14
#define GIMP_MICRO_VERSION                              (7)
 
15
#define GIMP_VERSION                                    "2.4.7"
16
16
#define GIMP_API_VERSION                                "2.0"
17
17
#define GIMP_CHECK_VERSION(major, minor, micro) \
18
18
    (GIMP_MAJOR_VERSION > (major) || \