Skip to content

Commit 3cbb56c

Browse files
committed
Bump version to 1.2.0
1 parent 4930a12 commit 3cbb56c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=iptsd
2-
pkgver=1.1.1
2+
pkgver=1.2.0
33
pkgrel=1
44
pkgdesc='Userspace daemon for Intel Precise Touch & Stylus'
55
arch=('x86_64' 'aarch64')

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
iptsd (1.2.0-1) unstable; urgency=medium
2+
3+
* iptsd 1.2.0
4+
5+
-- Dorian Stoll <[email protected]> Wed, 19 Apr 2023 14:16:58 +0200
6+
17
iptsd (1.1.1-1) unstable; urgency=medium
28

39
* iptsd 1.1.1

iptsd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global toolchain clang
55

66
Name: iptsd
7-
Version: 1.1.1
7+
Version: 1.2.0
88
Release: 1%{?dist}
99
Summary: Userspace daemon for Intel Precise Touch & Stylus
1010
License: GPLv2+

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('iptsd', 'cpp', 'c',
2-
version: '1.1.1',
2+
version: '1.2.0',
33
license: 'GPL-2.0-or-later',
44
meson_version: '>=0.56.0',
55
default_options: [

0 commit comments

Comments
 (0)