Skip to content

Commit

Permalink
Set version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 28, 2023
1 parent 0464c31 commit 4866548
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
run: dnf -y update

- name: Install core dependencies
run: dnf -y install jq wget unzip 'dnf-command(download)' cpio
run: dnf5 -y install jq wget unzip 'dnf-command(download)' cpio

- name: Install build dependencies
run: ./scripts/mingwdeps.sh

- name: Manually install qt5-qttranslations (FIXME?)
run: |
dnf download mingw64-qt5-qttranslations
dnf5 download mingw64-qt5-qttranslations
rpm2cpio mingw64-qt5-qttranslations*.rpm | cpio -idmv -D /
- name: Version number
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET(KADAS_NAME "Kadas" CACHE STRING "Kadas application name")
SET(KADAS_FULL_NAME "Kadas Albireo" CACHE STRING "Kadas full application name")
SET(KADAS_VERSION_MAJOR "2")
SET(KADAS_VERSION_MINOR "2")
SET(KADAS_VERSION_PATCH "1")
SET(KADAS_VERSION_PATCH "2")
SET(KADAS_VERSION_PRE "")
EXECUTE_PROCESS(COMMAND git rev-parse HEAD OUTPUT_VARIABLE KADAS_VERSION_DEV OUTPUT_STRIP_TRAILING_WHITESPACE)

Expand Down
2 changes: 1 addition & 1 deletion scripts/mingwdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

wget -O /etc/yum.repos.d/smani-mingw-extras-fedora-rawhide.repo https://copr.fedorainfracloud.org/coprs/smani/mingw-extras/repo/fedora-rawhide/smani-mingw-extras-fedora-rawhide.repo && \
wget -O /etc/yum.repos.d/smani-osgearth-2.10-fedora-rawhide.repo https://copr.fedorainfracloud.org/coprs/smani/osgearth-2.10/repo/fedora-rawhide/smani-osgearth-2.10-fedora-rawhide.repo && \
dnf install -y --disablerepo=*modular* \
dnf5 install -y \
mingw64-dlfcn \
mingw64-exiv2 \
mingw64-gcc-c++ \
Expand Down

0 comments on commit 4866548

Please sign in to comment.