Skip to content

Commit 2fe8d44

Browse files
committed
Trigger build 3391 (GanttProject 3.4 Beta II)
1 parent 139f24c commit 2fe8d44

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
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: 3390
9-
VERSION: 3.4.3390
10-
WINDOWS_APP_FOLDER_NAME: GanttProject-3.4-Beta-I
11-
MAC_APP_NAME: GanttProject 3.4 Beta I
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
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ganttproject (3.4.3390) unstable; urgency=low
1+
ganttproject (3.4.3391) unstable; urgency=low
22
* This is a beta version of GanttProject 3.4
33
* GanttProject 3.4 key updates:
44
- Custom filters
@@ -13,7 +13,7 @@ ganttproject (3.4.3390) unstable; urgency=low
1313
The list of closed issues is available at
1414
https://github.com/bardsoftware/ganttproject/milestone/20
1515

16-
-- Dmitry Barashev <contact@ganttproject.biz> Mon, 5 Dec 2022 12:00:00 +0000
16+
-- Dmitry Barashev <contact@ganttproject.biz> Sat, 14 Feb 2026 12:00:00 +0000
1717

1818
ganttproject (3.3.3292) unstable; urgency=low
1919
* This is a beta version of GanttProject 3.3

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.3390
25-
version_build=3.3.3390
24+
version=3.3.3391
25+
version_build=3.3.3391

ganttproject-builder/BUILD-HISTORY-MAJOR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
2025-07-04 3390 Test build of GanttProject 3.4 Beta I ....
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 ...............
14+
2026-02-14 3391 Test build of GanttProject 3.4 Beta II
1415
--

ganttproject-builder/VERSION

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

ganttproject-builder/ganttproject-launch4j.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
<opt>-Dgpcloud=prod -Dorg.jooq.no-logo=true</opt>
3232
</jre>
3333
<versionInfo>
34-
<fileVersion>3.4.3390.0</fileVersion>
35-
<txtFileVersion>GanttProject 3.4 Beta I</txtFileVersion>
34+
<fileVersion>3.4.3391.0</fileVersion>
35+
<txtFileVersion>GanttProject 3.4 Beta II</txtFileVersion>
3636
<fileDescription>GanttProject Launcher</fileDescription>
3737
<copyright>Copyright (C) 2026 BarD Software s.r.o.</copyright>
38-
<productVersion>3.4.3390.0</productVersion>
38+
<productVersion>3.4.3391.0</productVersion>
3939
<txtProductVersion>GanttProject 3.4 Beta</txtProductVersion>
4040
<productName>GanttProject</productName>
4141
<companyName>BarD Software s.r.o.</companyName>

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 I").also {
56+
val textSplash = Label("3.4 Beta II").also {
5757
it.styleClass.add("version")
5858
}
5959
val stackPane = StackPane().also {

ganttproject/src/main/java/biz/ganttproject/platform/UpdateDialogModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ internal fun createModel(allUpdates: List<UpdateMetadata>, showSkipped: Boolean,
8787
class UpdateDialogModel(
8888
internal val updates: List<UpdateMetadata>,
8989
private val visibleUpdates: List<UpdateMetadata>,
90-
internal val installedVersion: String = Eclipsito.getUpdater().installedUpdateVersions.maxOrNull() ?: "3390",
90+
internal val installedVersion: String = Eclipsito.getUpdater().installedUpdateVersions.maxOrNull() ?: "3391",
9191
private val restarter: AppRestarter
9292
) {
9393

0 commit comments

Comments
 (0)