Skip to content

Commit

Permalink
Version changed to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awojna committed Jan 1, 2025
1 parent 9670010 commit 13a923d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Description.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
PackageName=Rseslib

# Version (required)
Version=3.4.1-SNAPSHOT
Version=3.4.1

#Date
Date=2024-05-02
Date=2025-01-01

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

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

# URL for further information
URL=http://rseslib.mimuw.edu.pl
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.edu.mimuw.rseslib</groupId>
<artifactId>rseslib</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<name>Rseslib</name>
<description>Rough set and machine learning data structures and algorithms</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rseslib/qmak/UI/QAboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class QAboutDialog extends JDialog implements ActionListener {
private BorderLayout borderLayout2 = new BorderLayout();
private FlowLayout flowLayout1 = new FlowLayout();
private GridLayout gridLayout1 = new GridLayout();
private String product = "QMAK 3.4.1-SNAPSHOT";
private String product = "QMAK 3.4.1";
private String copyright = "Copyright (C) 2005 - 2024";
private TitledBorder titledBorder2;
JPanel panelAuthors = new JPanel();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rseslib/simplegrid/common/Communication.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Communication
public static final int s_nPacketSize=1500;
public static final int s_nBufferSize=2000;

public static final String s_strSGMVersion = "3.4.1-SNAPSHOT";
public static final String s_strSGMVersion = "3.4.1";

public static String getTimeStamp()
{
Expand Down

0 comments on commit 13a923d

Please sign in to comment.