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 | 74f0d9eb037dc24bdfd1f0f325e483e380451d32 (patch) | |
tree | faaaf44f426c20626c05034846c0b481c0e54983 /build/windows | |
parent | Adding upstream version 2.10.36. (diff) | |
download | gimp-upstream.tar.xz gimp-upstream.zip |
Adding upstream version 2.10.38.upstream/2.10.38upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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) |