Skip to content

Commit ba4441b

Browse files
committed
version is now 0.23
1 parent 403121b commit ba4441b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
=== Version 0.22
2-
Getting homebrew recipe and tagging working for OSX happyness.
1+
=== Version 0.23
32
Fix for compiler warnings/errors.
43
Fix finding of GDAL headers.
54
gdal_landsat_pansharp supports all datatypes except for complex
65
fix: gdal_contrast_stretch showed wrong 'min' pixel value
76
fix: gdal_contrast_stretch messages now number bands starting from '1'
87

8+
=== Version 0.22
9+
Getting homebrew recipe and tagging working for OSX happyness.
10+
911
=== Version 0.21
1012
updated test scripts, test cases are now consistent with current code
1113
fix: dataset was closed too early in gdal_trace_outline

configure.ac

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

2525

2626
AC_PREREQ(2.37)
27-
AC_INIT([dans-gdal-scripts], [0.22], [[email protected]])
27+
AC_INIT([dans-gdal-scripts], [0.23], [[email protected]])
2828
AC_CONFIG_SRCDIR([src/common.h])
2929
AC_CONFIG_HEADER([config.h])
3030

0 commit comments

Comments
 (0)