Skip to content

Commit

Permalink
get ready for version 1.5.2 (#41)
Browse files Browse the repository at this point in the history
* get ready for 1.5.2

* update CreateDistribution.txt
  • Loading branch information
gillins committed Sep 25, 2023
1 parent 2c978da commit 796fdea
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ArcGIS/arcgis.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KEA for ArcGIS"
#define MyAppVersion "1.5.1"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "Landcare Research NZ"
#define MyAppURL "http://kealib.org/"
#define MyOutputFilename "setup_kea_arcgis_" + GetDateTimeString('yyyymmdd', '', '')
Expand Down
2 changes: 1 addition & 1 deletion ArcGIS/arcpro.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KEA for ArcPro"
#define MyAppVersion "1.5.1"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "Landcare Research NZ"
#define MyAppURL "http://kealib.org/"
#define MyOutputFilename "setup_kea_arcpro_" + GetDateTimeString('yyyymmdd', '', '')
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set (PROJECT_GDAL_DIR gdal)
# The version number.
set (LIBKEA_VERSION_MAJOR 1)
set (LIBKEA_VERSION_MINOR 5)
set (LIBKEA_VERSION_PATCH 1)
set (LIBKEA_VERSION_PATCH 2)
set (LIBKEA_VERSION "${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
set (LIBKEA_PACKAGE_VERSION "${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
set (LIBKEA_PACKAGE_STRING "LibKEA ${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
Expand Down
8 changes: 8 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.5.2
-----

* Fix parallel builds and remove requirement for HDF5 HL
* Update recipe for .deb files
* Load libgdal on-demand in Python bindings
* Fix reading unsigned 16bit images in Python bindings

1.5.1
-----

Expand Down
2 changes: 1 addition & 1 deletion CreateDistribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ How to create a distribution of kealib.
6. Export an environment variable with the version to make the following commands
easier UPDATE AS NEEDED:

export KEAVER=1.5.1
export KEAVER=1.5.2

7. Use "git tag" to add a version number tag, e.g.

Expand Down
2 changes: 1 addition & 1 deletion ERDAS_Imagine/install2011.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KEA for ERDAS Imagine"
#define MyAppVersion "1.5.1"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "Landcare Research NZ"
#define MyAppURL "http://kealib.org/"
#define MyOutputFilename "setup_kea_erdas2011_" + GetDateTimeString('yyyymmdd', '', '')
Expand Down
2 changes: 1 addition & 1 deletion ERDAS_Imagine/install2015.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KEA for ERDAS Imagine"
#define MyAppVersion "1.5.1"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "Landcare Research NZ"
#define MyAppURL "http://kealib.org/"
#define MyOutputFilename "setup_kea_erdas2015_" + GetDateTimeString('yyyymmdd', '', '')
Expand Down

0 comments on commit 796fdea

Please sign in to comment.