Skip to content

Commit 17ff55a

Browse files
committed
Post release commit
1 parent ece130a commit 17ff55a

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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
----------------------------------------------------------------------
612
Changes from Version 2.2 to Version 2.3 (of 02. January 2026)
713
----------------------------------------------------------------------

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(epr-api)
88
# set version number
99
set(EPR_API_VERSION_MAJOR 2)
1010
set(EPR_API_VERSION_MINOR 3)
11-
set(EPR_API_VERSION_PATCH 0)
11+
set(EPR_API_VERSION_PATCH 1dev)
1212
set(EPR_API_VERSION_STRING
1313
"${EPR_API_VERSION_MAJOR}.${EPR_API_VERSION_MINOR}.${EPR_API_VERSION_PATCH}")
1414

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION 2.3
1+
VERSION 2.3.1dev

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"/>

docs/Doxyfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/epr_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)