Skip to content

Commit

Permalink
update version from 1.20 to 1.22 (#2440)
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Li <[email protected]>
  • Loading branch information
lixun910 authored Jul 4, 2023
1 parent 76eb52c commit f772830
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') }}

env:
GEODA_VER: '1.20.0'
GEODA_VER: '1.22.0'

# Steps represent a sequence of tasks that will be executed as part of the job

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

env:
platform: ${{ matrix.distro }}
GEODA_VER: '1.20.0'
GEODA_VER: '1.22.0'
TARGET_OS: ${{ matrix.pre }}

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: GeoDa-Windows-${{ env.platform }}-installer
path: ${{ github.workspace }}\BuildTools\windows\GeoDa_1.20_${{ env.platform }}_Setup.exe
path: ${{ github.workspace }}\BuildTools\windows\GeoDa_1.22_${{ env.platform }}_Setup.exe

- uses: actions/upload-artifact@v2
with:
name: GeoDa-Windows7+-${{ env.platform }}-installer
path: ${{ github.workspace }}\BuildTools\windows\GeoDa_1.20_win7+${{ env.platform }}_Setup.exe
path: ${{ github.workspace }}\BuildTools\windows\GeoDa_1.22_win7+${{ env.platform }}_Setup.exe
4 changes: 2 additions & 2 deletions BuildTools/macosx/GeoDa-GDAL-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<key>CFBundleSignature</key>
<string>lgeoda</string>
<key>CFBundleVersion</key>
<string>1.20.0.46</string>
<string>1.22.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.20.0.46</string>
<string>1.22.0.0</string>
<key>DTCompiler</key>
<string>4.2</string>
<key>DTPlatformBuild</key>
Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/create_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ $MACHINE_TYPE != 'x86_64' ]]; then
fi

if [[ $# -ne 2 ]]; then
echo "create_deb.sh bionic|disco|xenial 1.20"
echo "create_deb.sh bionic|disco|xenial 1.22"
exit
fi

Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: geoda
Version: 1.20-1xenial1
Version: 1.22-1xenial1
Architecture: i386
Priority: optional
Section: graphics
Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/package/DEBIAN/control_bionic
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: geoda
Version: 1.20-1bionic1
Version: 1.22-1bionic1
Architecture: amd64
Priority: optional
Section: graphics
Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/package/DEBIAN/control_disco
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: geoda
Version: 1.20-1disco1
Version: 1.22-1disco1
Architecture: amd64
Priority: optional
Section: graphics
Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/package/DEBIAN/control_focal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: geoda
Version: 1.20-1focal1
Version: 1.22-1focal1
Architecture: amd64
Priority: optional
Section: graphics
Expand Down
2 changes: 1 addition & 1 deletion BuildTools/ubuntu/package/DEBIAN/control_xenial
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: geoda
Version: 1.20-1xenial1
Version: 1.22-1xenial1
Architecture: amd64
Priority: optional
Section: graphics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.20
Version=1.22
Type=Application
Name=GeoDa
GenericName=GeoDa Software
Expand Down
4 changes: 2 additions & 2 deletions BuildTools/windows/installer/32bit/GeoDa-win7+.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AppPublisherURL=https://spatial.uchicago.edu/
AppSupportURL=https://spatial.uchicago.edu/
AppUpdatesURL=https://spatial.uchicago.edu/
AppSupportPhone=(480)965-7533
AppVersion=1.20
AppVersion=1.22
DefaultDirName={pf}\GeoDa
DefaultGroupName=GeoDa Software
; Since no icons will be created in "{group}", we don't need the wizard
Expand All @@ -15,7 +15,7 @@ UninstallDisplayIcon={app}\GeoDa.exe
Compression=lzma2
SolidCompression=yes
OutputDir=..\..
OutputBaseFilename=GeoDa_1.20_win7+x86_Setup
OutputBaseFilename=GeoDa_1.22_win7+x86_Setup
;OutputDir=userdocs:Inno Setup Examples Output

ChangesAssociations=yes
Expand Down
4 changes: 2 additions & 2 deletions BuildTools/windows/installer/32bit/GeoDa.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AppPublisherURL=https://spatial.uchicago.edu/
AppSupportURL=https://spatial.uchicago.edu/
AppUpdatesURL=https://spatial.uchicago.edu/
AppSupportPhone=(480)965-7533
AppVersion=1.20
AppVersion=1.22
DefaultDirName={pf}\GeoDa Software
DefaultGroupName=GeoDa Software
; Since no icons will be created in "{group}", we don't need the wizard
Expand All @@ -15,7 +15,7 @@ UninstallDisplayIcon={app}\GeoDa.exe
Compression=lzma2
SolidCompression=yes
OutputDir=..\..
OutputBaseFilename=GeoDa_1.20_x86_Setup
OutputBaseFilename=GeoDa_1.22_x86_Setup
;OutputDir=userdocs:Inno Setup Examples Output

ChangesAssociations=yes
Expand Down
4 changes: 2 additions & 2 deletions BuildTools/windows/installer/64bit/GeoDa-win7+.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AppPublisherURL=https://spatial.uchicago.edu/
AppSupportURL=https://spatial.uchicago.edu/
AppUpdatesURL=https://spatial.uchicago.edu/
AppSupportPhone=(480)965-7533
AppVersion=1.20
AppVersion=1.22
DefaultDirName={pf}\GeoDa Software
DefaultGroupName=GeoDa Software
; Since no icons will be created in "{group}", we don't need the wizard
Expand All @@ -15,7 +15,7 @@ UninstallDisplayIcon={app}\GeoDa.exe
Compression=lzma2
SolidCompression=yes
OutputDir=..\..
OutputBaseFilename=GeoDa_1.20_win7+x64_Setup
OutputBaseFilename=GeoDa_1.22_win7+x64_Setup
;OutputDir=userdocs:Inno Setup Examples Output

; "ArchitecturesAllowed=x64" specifies that Setup cannot run on
Expand Down
4 changes: 2 additions & 2 deletions BuildTools/windows/installer/64bit/GeoDa.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AppPublisherURL=https://spatial.uchicago.edu/
AppSupportURL=https://spatial.uchicago.edu/
AppUpdatesURL=https://spatial.uchicago.edu/
AppSupportPhone=(480)965-7533
AppVersion=1.20
AppVersion=1.22
DefaultDirName={pf}\GeoDa Software
DefaultGroupName=GeoDa Software
; Since no icons will be created in "{group}", we don't need the wizard
Expand All @@ -15,7 +15,7 @@ UninstallDisplayIcon={app}\GeoDa.exe
Compression=lzma2
SolidCompression=yes
OutputDir=..\..
OutputBaseFilename=GeoDa_1.20_x64_Setup
OutputBaseFilename=GeoDa_1.22_x64_Setup
;OutputDir=userdocs:Inno Setup Examples Output

; "ArchitecturesAllowed=x64" specifies that Setup cannot run on
Expand Down

0 comments on commit f772830

Please sign in to comment.