File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- CHANGELOG for the EPR-API, VERSION 2.3
2+ CHANGELOG for the EPR-API, VERSION 2.3.x
33
44
5+ ----------------------------------------------------------------------
6+ Changes from Version 2.3 to Version 2.3.1 (of DD. MMMM YYYY)
7+ ----------------------------------------------------------------------
8+
9+ 1) TBW
10+
511----------------------------------------------------------------------
612Changes from Version 2.2 to Version 2.3 (of 02. January 2026)
713----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ project(epr-api)
88# set version number
99set (EPR_API_VERSION_MAJOR 2)
1010set (EPR_API_VERSION_MINOR 3)
11- set (EPR_API_VERSION_PATCH 0 )
11+ set (EPR_API_VERSION_PATCH 1dev )
1212set (EPR_API_VERSION_STRING
1313 "${EPR_API_VERSION_MAJOR} .${EPR_API_VERSION_MINOR} .${EPR_API_VERSION_PATCH} " )
1414
Original file line number Diff line number Diff line change 11 README
22
33 ENVISAT Product Reader API for C
4- Version 2.3
4+ Version 2.3.1
55
66 02. January 2026
77
Original file line number Diff line number Diff line change 1- VERSION 2.3
1+ VERSION 2.3.1dev
Original file line number Diff line number Diff line change 33 <!-- ==================================== -->
44 <!-- set global properties for this build -->
55 <!-- ==================================== -->
6- <property name =" version" value =" 2.3" />
6+ <property name =" version" value =" 2.3.1dev " />
77 <property name =" home" value =" ." />
88 <property name =" build" value =" ./build_for_zip" />
99 <property name =" src" value =" ./src" />
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "ENVISAT Product Reader C API"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 2.3
51+ PROJECT_NUMBER = 2.3.1dev
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ extern "C"
3131#include "epr_ptrarray.h"
3232
3333#define EPR_PRODUCT_API_NAME_STR "ENVISAT Product Reader API"
34- #define EPR_PRODUCT_API_VERSION_STR "2.3"
34+ #define EPR_PRODUCT_API_VERSION_STR "2.3.1dev "
3535
3636/* needed by Doxygen */
3737/** \mainpage
You can’t perform that action at this time.
0 commit comments