Skip to content

Commit a00f5f0

Browse files
committed
Fixed version macro
1 parent 900d21b commit a00f5f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/FreeImage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
// Version information ------------------------------------------------------
3939

4040
#define FREEIMAGE_MAJOR_VERSION 4
41-
#define FREEIMAGE_MINOR_VERSION 1
42-
#define FREEIMAGE_RELEASE_SERIAL 0
41+
#define FREEIMAGE_MINOR_VERSION 2
42+
#define FREEIMAGE_RELEASE_SERIAL 1
4343

4444
#define FREEIMAGE_RESURRECTED 1
4545

0 commit comments

Comments
 (0)