Skip to content

Commit 13a923d

Browse files
committed
Version changed to 3.4.1
1 parent 9670010 commit 13a923d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Description.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
PackageName=Rseslib
77

88
# Version (required)
9-
Version=3.4.1-SNAPSHOT
9+
Version=3.4.1
1010

1111
#Date
12-
Date=2024-05-02
12+
Date=2025-01-01
1313

1414
# Title (required)
1515
Title=Rough Sets, Rule Induction and Analogy-Based Reasoning
@@ -37,7 +37,7 @@ The RIONIDA classifier dedicated to imbalanced data with two decision classes co
3737
and to control the impact of rules on the decision selection process and applies multi-dimensional optimization of classification measures relevant for imbalanced data.
3838

3939
# Package URL for obtaining the package archive (required)
40-
PackageURL=https://github.com/awojna/Rseslib/releases/download/v3.4.0/rseslib-3.4.0-weka.zip
40+
PackageURL=https://github.com/awojna/Rseslib/releases/download/v3.4.1/rseslib-3.4.1-weka.zip
4141

4242
# URL for further information
4343
URL=http://rseslib.mimuw.edu.pl

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>pl.edu.mimuw.rseslib</groupId>
44
<artifactId>rseslib</artifactId>
5-
<version>3.4.1-SNAPSHOT</version>
5+
<version>3.4.1</version>
66
<name>Rseslib</name>
77
<description>Rough set and machine learning data structures and algorithms</description>
88
<dependencies>

src/main/java/rseslib/qmak/UI/QAboutDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class QAboutDialog extends JDialog implements ActionListener {
4545
private BorderLayout borderLayout2 = new BorderLayout();
4646
private FlowLayout flowLayout1 = new FlowLayout();
4747
private GridLayout gridLayout1 = new GridLayout();
48-
private String product = "QMAK 3.4.1-SNAPSHOT";
48+
private String product = "QMAK 3.4.1";
4949
private String copyright = "Copyright (C) 2005 - 2024";
5050
private TitledBorder titledBorder2;
5151
JPanel panelAuthors = new JPanel();

src/main/java/rseslib/simplegrid/common/Communication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class Communication
4747
public static final int s_nPacketSize=1500;
4848
public static final int s_nBufferSize=2000;
4949

50-
public static final String s_strSGMVersion = "3.4.1-SNAPSHOT";
50+
public static final String s_strSGMVersion = "3.4.1";
5151

5252
public static String getTimeStamp()
5353
{

0 commit comments

Comments
 (0)