Skip to content

Commit 1245ad5

Browse files
committed
GanttProject 3.4 Beta III
1 parent 271a246 commit 1245ad5

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

.github/workflows/build-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches: ['master', 'BRANCH*']
66
paths: ['ganttproject-builder/BUILD-HISTORY-MAJOR']
77
env:
8-
BUILD_NUMBER: 3391
9-
VERSION: 3.4.3391
10-
WINDOWS_APP_FOLDER_NAME: GanttProject-3.4-Beta-II
11-
MAC_APP_NAME: GanttProject 3.4 Beta II
8+
BUILD_NUMBER: 3392
9+
VERSION: 3.4.3392
10+
WINDOWS_APP_FOLDER_NAME: GanttProject-3.4-Beta-III
11+
MAC_APP_NAME: GanttProject 3.4 Beta III
1212
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
1313
MACOS_CERTIFICATE_PWD: ${{ secrets.PROD_MACOS_CERTIFICATE_PWD }}
1414
MACOS_CERTIFICATE_NAME: ${{ secrets.PROD_MACOS_CERTIFICATE_NAME }}

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ganttproject (3.4.3391) unstable; urgency=low
1+
ganttproject (3.4.3392) unstable; urgency=low
22
* This is a beta version of GanttProject 3.4
33
* GanttProject 3.4 key updates:
44
- Custom filters

build-bin/build-deb.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Feature highlights:\n\n\
2121
* Basic WebDAV based collaboration.\n\n\
2222
* Integration with GanttProject Cloud.\n\n\n\n\
2323
GanttProject is distributed under GPLv3.
24-
version=3.3.3391
25-
version_build=3.3.3391
24+
version=3.3.3392
25+
version_build=3.3.3392

ganttproject-builder/BUILD-HISTORY-MAJOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
2026-01-16 3390 Test build of GanttProject 3.4 Beta I ....
1313
2026-01-17 3390 Test build of GanttProject 3.4 Beta I ...............
1414
2026-02-14 3391 Test build of GanttProject 3.4 Beta II.
15-
--
15+
2026-02-17 3392 GanttProject 3.4 Beta III.

ganttproject-builder/BUILD-HISTORY-MINOR

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
2025-10-03 3317 ganttproject
1212
2025-10-05 3318 ganttproject
1313
2025-12-07 3319 ganttproject,biz.ganttproject.app.localization
14-
2025-12-07 3320 ganttproject,biz.ganttproject.app.localization ##
14+
2025-12-07 3320 ganttproject,biz.ganttproject.app.localization ##
15+
2026-02-17 3392 ganttproject,biz.ganttproject.core

ganttproject-builder/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3391
1+
3.4.3392

ganttproject-builder/ganttproject-launch4j.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<opt>-Dgpcloud=prod -Dorg.jooq.no-logo=true</opt>
3232
</jre>
3333
<versionInfo>
34-
<fileVersion>3.4.3391.0</fileVersion>
35-
<txtFileVersion>GanttProject 3.4 Beta II</txtFileVersion>
34+
<fileVersion>3.4.3392.0</fileVersion>
35+
<txtFileVersion>GanttProject 3.4 Beta III</txtFileVersion>
3636
<fileDescription>GanttProject Launcher</fileDescription>
3737
<copyright>Copyright (C) 2026 BarD Software s.r.o.</copyright>
3838
<productVersion>3.4.3391.0</productVersion>

ganttproject/src/main/java/biz/ganttproject/app/Splash.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fun showAsync(): CompletableFuture<Runnable> {
5353
it.styleClass.add("heart")
5454
}
5555

56-
val textSplash = Label("3.4 Beta II").also {
56+
val textSplash = Label("3.4 Beta III").also {
5757
it.styleClass.add("version")
5858
}
5959
val stackPane = StackPane().also {

0 commit comments

Comments
 (0)