Set version to 4.7.1
This commit is contained in:
parent
1c8d338e1b
commit
9cb96f97b8
|
@ -1,3 +1,10 @@
|
|||
4.7.1
|
||||
========================
|
||||
* Fix: model groups not exported from server but from local config
|
||||
* Fix: Threshold for segment errors didn't trigger restart of recording in
|
||||
standalone mode (and when recording to single file)
|
||||
* Add setting to customize the date time format in the GUI
|
||||
|
||||
4.7.0
|
||||
========================
|
||||
* This version requires Java 16
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.7.0</version>
|
||||
<version>4.7.1</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.7.0</version>
|
||||
<version>4.7.1</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.7.0</version>
|
||||
<version>4.7.1</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.7.0</version>
|
||||
<version>4.7.1</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue