~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-updates

« back to all changes in this revision

Viewing changes to libgimpbase/gimpversion.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-11-18 17:25:42 UTC
  • mfrom: (1.1.24) (0.4.7 sid)
  • Revision ID: package-import@ubuntu.com-20101118172542-dq82nx82sjgv0o0u
Tags: 2.6.11-1ubuntu1
* Resync on Debian
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
   - updated some strings for ubuntu
* debian/control: updated description
* debian/rules:
    - updated translation templates

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                              (10)
15
 
#define GIMP_VERSION                                    "2.6.10"
 
14
#define GIMP_MICRO_VERSION                              (11)
 
15
#define GIMP_VERSION                                    "2.6.11"
16
16
#define GIMP_API_VERSION                                "2.0"
17
17
#define GIMP_CHECK_VERSION(major, minor, micro) \
18
18
    (GIMP_MAJOR_VERSION > (major) || \