Skip to content

Commit

Permalink
V0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Dec 15, 2023
1 parent 0d7225d commit c196fbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SIGNIFICANT CHANGES SINCE LAST RELEASE


PENDING:
DHD20231213: purging Javadoc warnings



Expand All @@ -32,6 +31,16 @@ PENDING:
SIGNIFICANT RELEASES (newest first)
===================================

20231213:
freezepoint name: V0.9.7
branch name: HEAD
Deployed where: (pre-release only)
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.9.6
DHD20231213: purging Javadoc warnings
DHD20231215: code review with DE.


20231213:
freezepoint name: V0.9.6
branch name: HEAD
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
<property name="app.name" value="TRVmodel"/>
<property name="app.version.major" value="0"/>
<property name="app.version.minor" value="9"/>
<property name="app.version.micro" value="6"/>
<property name="app.version.micro" value="7"/>
<property name="app.version" value="${app.version.major}.${app.version.minor}.${app.version.micro}"/>
<!-- Version excluding the "micro" portion, thus reflecting only significant API/functionality changes. -->
<property name="app.version.notmicro" value="${app.version.major}.${app.version.minor}"/>
Expand Down

0 comments on commit c196fbd

Please sign in to comment.