mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2025-05-13 10:07:47 +00:00
update to 2.02.15d
Building 2.02.15d in prep for next major release
This commit is contained in:
parent
300570712b
commit
fce60115f0
@ -4,7 +4,7 @@
|
||||
<groupId>org.pamguard</groupId>
|
||||
<artifactId>Pamguard</artifactId>
|
||||
<name>Pamguard</name>
|
||||
<version>2.02.15c</version>
|
||||
<version>2.02.15d</version>
|
||||
<description>Pamguard using Maven to control dependencies</description>
|
||||
<url>www.pamguard.org</url>
|
||||
<organization>
|
||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.pamguard</groupId>
|
||||
<artifactId>Pamguard</artifactId>
|
||||
<version>2.02.15c</version>
|
||||
<version>2.02.15d</version>
|
||||
<name>Pamguard</name>
|
||||
<description>Pamguard using Maven to control dependencies</description>
|
||||
<url>www.pamguard.org</url>
|
||||
|
@ -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.15c";
|
||||
static public final String version = "2.02.15d";
|
||||
|
||||
/**
|
||||
* Release date
|
||||
*/
|
||||
static public final String date = "12 February 2025";
|
||||
static public final String date = "14 February 2025";
|
||||
|
||||
// /**
|
||||
// * Release type - Beta or Core
|
||||
|
Loading…
Reference in New Issue
Block a user