Skip to content

Commit 175c744

Browse files
Pushed to 2.3
1 parent 5f1c2c5 commit 175c744

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ BIMP. Batch Image Manipulation Plugin for GIMP.
44
Changelog
55
---------
66

7+
2.3
8+
- Added Dutch translation (thanks to Just Vecht & Paul Matthijsse from Dutch Helpmij Magazine)
9+
- Fixed zh-CN locale (thanks to @KrasnayaPloshchad)
10+
711
2.2
812
- Added support to WEBP (issue #184)
913
- Enabled HEIF in "Change Format and Compression" (issue #185)

nsis/win32_install.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
!define APPNAME "Batch Image Manipulation Plugin for GIMP"
88
!define APPID "gimp-plugin-bimp"
9-
!define APPVERSION "2.0"
9+
!define APPVERSION "2.3"
1010

1111
Name "${APPNAME}"
1212
OutFile "gimp-plugin-bimp_win32.exe"

src/bimp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define PLUG_IN_WEBSITE "http://www.alessandrofrancesconi.it/projects/bimp"
1111
#define PLUG_IN_BINARY "bimp"
1212
#define PLUG_IN_PROC "plug-in-bimp"
13-
#define PLUG_IN_VERSION "2.2"
13+
#define PLUG_IN_VERSION "2.3"
1414

1515
#define BIMP_RESULT_OK 1
1616
#define BIMP_RESULT_WARNING 0

0 commit comments

Comments
 (0)