Skip to content

Commit 5cf9385

Browse files
committed
Bump version to 0.0.16 in archlinux/PKGBUILD and CMakeLists.txt
1 parent 9cfb6f4 commit 5cf9385

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)