diff --git a/ganttproject-builder/HouseBuildingSample.gan b/ganttproject-builder/HouseBuildingSample.gan index 57ce0a9a61..f8e73303af 100644 --- a/ganttproject-builder/HouseBuildingSample.gan +++ b/ganttproject-builder/HouseBuildingSample.gan @@ -1,11 +1,12 @@ - + - @@ -36,59 +37,59 @@ - - + + - + - + - + - + - - + + - + - + - + - + - + - - + + - - + + - + - + - + diff --git a/ganttproject-builder/build.gradle b/ganttproject-builder/build.gradle index 97200d3592..f94e7a2f18 100644 --- a/ganttproject-builder/build.gradle +++ b/ganttproject-builder/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'eclipse' // Path to launch4j binary ext.launch4j = '/opt/launch4j/launch4j' // Directories where we build the distro -ext.semver = '2.8.6' +ext.semver = '2.8.7' ext.distBinDir = file('dist-bin') ext.pluginsDir = file("dist-bin/plugins-${semver}") ext.buildNum = getBuildNum() diff --git a/ganttproject-builder/ganttproject.exe b/ganttproject-builder/ganttproject.exe index 1b71e235c1..317996cd0a 100755 Binary files a/ganttproject-builder/ganttproject.exe and b/ganttproject-builder/ganttproject.exe differ diff --git a/ganttproject-builder/ganttproject.nsi.tpl b/ganttproject-builder/ganttproject.nsi.tpl index 9658359498..79fbe87bde 100644 --- a/ganttproject-builder/ganttproject.nsi.tpl +++ b/ganttproject-builder/ganttproject.nsi.tpl @@ -55,6 +55,7 @@ InstallDir $PROGRAMFILES\GanttProject-2.8 !insertmacro MUI_LANGUAGE "Hebrew" !insertmacro MUI_LANGUAGE "Turkish" !insertmacro MUI_LANGUAGE "Ukrainian" +!insertmacro MUI_LANGUAGE "Indonesian" !insertmacro MUI_RESERVEFILE_LANGDLL @@ -76,6 +77,7 @@ Section "GanttProject" File ganttproject.l4j.ini File HouseBuildingSample.gan File LICENSE + File logging.properties File /r plugins-${VERSION} diff --git a/ganttproject/src/net/sourceforge/ganttproject/GPVersion.java b/ganttproject/src/net/sourceforge/ganttproject/GPVersion.java index 0804d2d910..d446b34656 100644 --- a/ganttproject/src/net/sourceforge/ganttproject/GPVersion.java +++ b/ganttproject/src/net/sourceforge/ganttproject/GPVersion.java @@ -19,7 +19,7 @@ package net.sourceforge.ganttproject; public abstract class GPVersion { - public static String BUILD = "2251"; // BUILD NUMBER + public static String BUILD = "2256"; // BUILD NUMBER public static String V2_0_1 = "2.0.1"; public static String V2_0_2 = "2.0.2"; public static String V2_0_3 = "2.0.3";