Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-01-09 19:52:26 +0300
committerlovetox <philipp@hoerist.com>2021-01-09 19:52:26 +0300
commitb060fab577ce8ef5adceab1b8145b5871c9308cc (patch)
treee0155d0c24c742c2308fcce1fcde25440621cc1b
parent38ce0168da2fc386eec8147033b3f336d23fd022 (diff)
-rw-r--r--appveyor.yml4
-rw-r--r--gajim/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 01b90214d..67a9318ec 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,8 +39,8 @@ build_script:
bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.3.0-beta1-$($env:ARCH)-$($env:TIME_STRING).exe"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.3.0-beta1-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.3.0-beta2-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.3.0-beta2-$($env:ARCH)-$($env:TIME_STRING).exe"
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
diff --git a/gajim/__init__.py b/gajim/__init__.py
index 411ba7847..ea2314b06 100644
--- a/gajim/__init__.py
+++ b/gajim/__init__.py
@@ -2,7 +2,7 @@ import subprocess
import sys
from pathlib import Path
-__version__ = "1.3.0-beta1"
+__version__ = "1.3.0-beta2"
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()