Skip to content

Commit 70a6934

Browse files
UTsweetyfishBLumia
authored andcommitted
chore: bump version to 0.0.16 in CMakeLists.txt and archlinux/PKGBUILD
Synchronize the hard-coded version strings: - CMakeLists.txt: update PROJECT_VERSION default from 0.0.1 to 0.0.16 - archlinux/PKGBUILD: update pkgver from 0.0.14 to 0.0.16
1 parent a2d19ca commit 70a6934

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ option(BUILD_DOCS "Build documentation" ON)
88

99
# Version
1010
if (NOT PROJECT_VERSION)
11-
set(PROJECT_VERSION "0.0.1")
11+
set(PROJECT_VERSION "0.0.16")
1212
endif()
1313

1414
if (NOT PROJECT_VERSION_MAJOR)

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Dingyuan Zhang <lxz@mkacg.com>
22

33
pkgname=gio-qt-git
4-
pkgver=0.0.14
4+
pkgver=0.0.16
55
pkgrel=1
66
pkgdesc='Gio wrapper for Qt applications'
77
arch=('x86_64')

0 commit comments

Comments
 (0)