Skip to content

Commit 3eee73b

Browse files
committed
5.00
1 parent e1d6434 commit 3eee73b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

qstudio/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<project basedir="." default="all" name="QStudio">
55
<property environment="env"/>
66

7-
<property name="APP.VERSION" value="4.4.0.0" />
7+
<property name="APP.VERSION" value="5.0.0.0" />
88

99
<property name="debuglevel" value="source,lines,vars"/>
1010
<property name="target" value="8"/>

qstudio/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ___________________________________________________________________
99

1010
Changelog:
1111

12+
2025-12-04 - 5.00 - First Fully Open Source Release.
13+
1214
2025-12-03 - 4.40 - Add chart themes. Excel / tableau / powerbi.
1315
- Add comprehensive chart configuration ability.
1416
- Remove Dot graph mode.

qstudio/src/main/java/com/timestored/qstudio/QStudioFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public class QStudioFrame extends JFrame {
176176
private static final int SERVER_NAME_WIDTH = 190;
177177
private static final long serialVersionUID = 1L;
178178
private static final String UNIQUE_ID = "UNIQ_ID";
179-
public static final String VERSION = "4.40";
179+
public static final String VERSION = "5.00";
180180

181181
private final QStudioModel qStudioModel;
182182
private final ConnectionManager conMan;

0 commit comments

Comments
 (0)