diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index 332344716..7def2b1be 100644 --- a/.github/workflows/ubuntu_build.yml +++ b/.github/workflows/ubuntu_build.yml @@ -39,7 +39,7 @@ jobs: env: platform: ${{ matrix.distro }} - GEODA_VER: '1.18.2' + GEODA_VER: '1.20.0' TARGET_OS: ${{ matrix.pre }} # Steps represent a sequence of tasks that will be executed as part of the job diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 9053b05ad..ace989bcd 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -237,7 +237,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: GeoDa-Windows-${{ env.platform }}-installer - path: ${{ github.workspace }}\BuildTools\windows\GeoDa_1.18_${{ env.platform }}_Setup.exe + path: ${{ github.workspace }}\BuildTools\windows\GeoDa_1.20_${{ env.platform }}_Setup.exe diff --git a/BuildTools/ubuntu/create_deb.sh b/BuildTools/ubuntu/create_deb.sh index 120eb1d08..493e7753c 100755 --- a/BuildTools/ubuntu/create_deb.sh +++ b/BuildTools/ubuntu/create_deb.sh @@ -19,7 +19,7 @@ if [[ $MACHINE_TYPE != 'x86_64' ]]; then fi if [[ $# -ne 2 ]]; then - echo "create_deb.sh bionic|disco|xenial 1.18" + echo "create_deb.sh bionic|disco|xenial 1.20" exit fi diff --git a/BuildTools/ubuntu/package/DEBIAN/control b/BuildTools/ubuntu/package/DEBIAN/control index 8aa4fa136..e03da62ae 100644 --- a/BuildTools/ubuntu/package/DEBIAN/control +++ b/BuildTools/ubuntu/package/DEBIAN/control @@ -1,5 +1,5 @@ Package: geoda -Version: 1.18-1xenial1 +Version: 1.20-1xenial1 Architecture: i386 Priority: optional Section: graphics diff --git a/BuildTools/ubuntu/package/DEBIAN/control_bionic b/BuildTools/ubuntu/package/DEBIAN/control_bionic index 51a1d12b8..7a1c879c6 100644 --- a/BuildTools/ubuntu/package/DEBIAN/control_bionic +++ b/BuildTools/ubuntu/package/DEBIAN/control_bionic @@ -1,5 +1,5 @@ Package: geoda -Version: 1.18-1bionic1 +Version: 1.20-1bionic1 Architecture: amd64 Priority: optional Section: graphics diff --git a/BuildTools/ubuntu/package/DEBIAN/control_disco b/BuildTools/ubuntu/package/DEBIAN/control_disco index 5403415f9..fc137e780 100644 --- a/BuildTools/ubuntu/package/DEBIAN/control_disco +++ b/BuildTools/ubuntu/package/DEBIAN/control_disco @@ -1,5 +1,5 @@ Package: geoda -Version: 1.18-1disco1 +Version: 1.20-1disco1 Architecture: amd64 Priority: optional Section: graphics diff --git a/BuildTools/ubuntu/package/DEBIAN/control_focal b/BuildTools/ubuntu/package/DEBIAN/control_focal index 8cb67249e..b659ec7b3 100644 --- a/BuildTools/ubuntu/package/DEBIAN/control_focal +++ b/BuildTools/ubuntu/package/DEBIAN/control_focal @@ -1,5 +1,5 @@ Package: geoda -Version: 1.18-1focal1 +Version: 1.20-1focal1 Architecture: amd64 Priority: optional Section: graphics diff --git a/BuildTools/ubuntu/package/DEBIAN/control_xenial b/BuildTools/ubuntu/package/DEBIAN/control_xenial index d80cfcf97..d7368ee70 100644 --- a/BuildTools/ubuntu/package/DEBIAN/control_xenial +++ b/BuildTools/ubuntu/package/DEBIAN/control_xenial @@ -1,5 +1,5 @@ Package: geoda -Version: 1.18-1xenial1 +Version: 1.20-1xenial1 Architecture: amd64 Priority: optional Section: graphics diff --git a/BuildTools/ubuntu/package/usr/share/applications/GeoDa.desktop b/BuildTools/ubuntu/package/usr/share/applications/GeoDa.desktop index 15dd0b60e..04084d418 100644 --- a/BuildTools/ubuntu/package/usr/share/applications/GeoDa.desktop +++ b/BuildTools/ubuntu/package/usr/share/applications/GeoDa.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.18 +Version=1.20 Type=Application Name=GeoDa GenericName=GeoDa Software diff --git a/BuildTools/windows/installer/32bit/GeoDa.iss b/BuildTools/windows/installer/32bit/GeoDa.iss index f5f77782f..c2feaa169 100644 --- a/BuildTools/windows/installer/32bit/GeoDa.iss +++ b/BuildTools/windows/installer/32bit/GeoDa.iss @@ -5,7 +5,7 @@ AppPublisherURL=https://spatial.uchiago.edu/ AppSupportURL=https://spatial.uchiago.edu/ AppUpdatesURL=https://spatial.uchiago.edu/ AppSupportPhone=(480)965-7533 -AppVersion=1.18 +AppVersion=1.20 DefaultDirName={pf}\GeoDa Software DefaultGroupName=GeoDa Software ; Since no icons will be created in "{group}", we don't need the wizard @@ -15,7 +15,7 @@ UninstallDisplayIcon={app}\GeoDa.exe Compression=lzma2 SolidCompression=yes OutputDir=..\.. -OutputBaseFilename=GeoDa_1.18_x86_Setup +OutputBaseFilename=GeoDa_1.20_x86_Setup ;OutputDir=userdocs:Inno Setup Examples Output ChangesAssociations=yes diff --git a/BuildTools/windows/installer/64bit/GeoDa.iss b/BuildTools/windows/installer/64bit/GeoDa.iss index 73de24ab9..2b1c2ad4f 100644 --- a/BuildTools/windows/installer/64bit/GeoDa.iss +++ b/BuildTools/windows/installer/64bit/GeoDa.iss @@ -5,7 +5,7 @@ AppPublisherURL=https://spatial.uchiago.edu/ AppSupportURL=https://spatial.uchiago.edu/ AppUpdatesURL=https://spatial.uchiago.edu/ AppSupportPhone=(480)965-7533 -AppVersion=1.18 +AppVersion=1.20 DefaultDirName={pf}\GeoDa Software DefaultGroupName=GeoDa Software ; Since no icons will be created in "{group}", we don't need the wizard @@ -15,7 +15,7 @@ UninstallDisplayIcon={app}\GeoDa.exe Compression=lzma2 SolidCompression=yes OutputDir=..\.. -OutputBaseFilename=GeoDa_1.18_x64_Setup +OutputBaseFilename=GeoDa_1.20_x64_Setup ;OutputDir=userdocs:Inno Setup Examples Output ; "ArchitecturesAllowed=x64" specifies that Setup cannot run on