diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 08:16:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 08:16:47 +0000 |
commit | 839c46e19ac4aa00b619a185ad48ee977162ef2c (patch) | |
tree | 01f1e79a4e164244941361adb0cf062098537f12 /build | |
parent | Adding debian version 2.10.36-3. (diff) | |
download | gimp-839c46e19ac4aa00b619a185ad48ee977162ef2c.tar.xz gimp-839c46e19ac4aa00b619a185ad48ee977162ef2c.zip |
Merging upstream version 2.10.38.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build')
-rw-r--r-- | build/windows/gimp-plug-ins.rc | 8 | ||||
-rw-r--r-- | build/windows/gimp.rc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build/windows/gimp-plug-ins.rc b/build/windows/gimp-plug-ins.rc index 0cf2bc0..8af9992 100644 --- a/build/windows/gimp-plug-ins.rc +++ b/build/windows/gimp-plug-ins.rc @@ -6,12 +6,12 @@ #define VER_COMPANYNAME_STR "Spencer Kimball, Peter Mattis and the GIMP Development Team" -#define VER_PRODUCTVERSION 2,10,36,0 -#define VER_PRODUCTVERSION_STR "2.10.36\0" +#define VER_PRODUCTVERSION 2,10,38,0 +#define VER_PRODUCTVERSION_STR "2.10.38\0" #define VER_PRODUCTNAME_STR "GNU Image Manipulation Program" -#define VER_FILEVERSION 2,10,36,0 -#define VER_FILEVERSION_STR "2.10.36.0\0" +#define VER_FILEVERSION 2,10,38,0 +#define VER_FILEVERSION_STR "2.10.38.0\0" #define VER_FILEDESCRIPTION_STR "GNU Image Manipulation Program Plug-In" #define VER_INTERNALNAME_STR QUOTE(INTERNALNAME_STR) diff --git a/build/windows/gimp.rc b/build/windows/gimp.rc index e0403a2..1e870bb 100644 --- a/build/windows/gimp.rc +++ b/build/windows/gimp.rc @@ -7,12 +7,12 @@ #define VER_COMPANYNAME_STR "Spencer Kimball, Peter Mattis and the GIMP Development Team" -#define VER_PRODUCTVERSION 2,10,36,0 -#define VER_PRODUCTVERSION_STR "2.10.36\0" +#define VER_PRODUCTVERSION 2,10,38,0 +#define VER_PRODUCTVERSION_STR "2.10.38\0" #define VER_PRODUCTNAME_STR "GNU Image Manipulation Program" -#define VER_FILEVERSION 2,10,36,0 -#define VER_FILEVERSION_STR "2.10.36.0\0" +#define VER_FILEVERSION 2,10,38,0 +#define VER_FILEVERSION_STR "2.10.38.0\0" #define VER_FILEDESCRIPTION_STR "GNU Image Manipulation Program" #define VER_INTERNALNAME_STR QUOTE(INTERNALNAME_STR) |