update V10aa/other for testing

This commit is contained in:
Douglas Gillespie 2024-03-07 11:27:44 +00:00
parent a3ac1f1287
commit fde06731f4
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.pamguard</groupId>
<artifactId>Pamguard</artifactId>
<version>2.02.10b</version>
<version>2.02.10aa</version>
<name>Pamguard Java12+</name>
<description>Pamguard for Java 12+, using Maven to control dependcies</description>
<url>www.pamguard.org</url>

View File

@ -31,12 +31,12 @@ public class PamguardVersionInfo {
* Version number, major version.minorversion.sub-release.
* Note: can't go higher than sub-release 'f'
*/
static public final String version = "2.02.10b";
static public final String version = "2.02.10aa";
/**
* Release date
*/
static public final String date = "2 March 2024";
static public final String date = "7 March 2024";
// /**
// * Release type - Beta or Core