Skip to content

Commit dd0377e

Browse files
committed
iptsd v2
1 parent 3b62c08 commit dd0377e

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.4.0
2+
pkgver=2
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 (2-1) unstable; urgency=medium
2+
3+
* iptsd v2
4+
5+
-- Dorian Stoll <dorian.stoll@tmsp.io> Tue, 23 Jan 2024 12:20:16 +0100
6+
17
iptsd (1.4.0-1) unstable; urgency=medium
28

39
* iptsd 1.4.0

iptsd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global toolchain gcc
33

44
Name: iptsd
5-
Version: 1.4.0
5+
Version: 2
66
Release: 1%{?dist}
77
Summary: Userspace daemon for Intel Precise Touch & Stylus
88
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',
2-
version: '1.4.0',
2+
version: '2',
33
license: 'GPL-2.0-or-later',
44
meson_version: '>=0.56.0',
55
default_options: [

0 commit comments

Comments
 (0)