From 8db81ad0f5295235780a79ee4acf429de08eef76 Mon Sep 17 00:00:00 2001 From: asalamon Date: Fri, 1 Nov 2013 07:22:26 +0000 Subject: [PATCH] deploy 0.81.02 --- Changelog | 2 +- Makefile | 2 +- debian/changelog | 7 +++++++ pktriggercord.spec | 4 +++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 1529ab0..ae5b165 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -version 0.81.01 +version 0.81.02 ( 2013-11-01 ) udev rule change K-30 commandline exposure mode bugfix ( thx Camilo Polymeris ) User mode combo bugfix diff --git a/Makefile b/Makefile index 5b3ff0e..0944f44 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAN1DIR = $(MANDIR)/man1 LIN_CFLAGS = $(CFLAGS) LIN_LDFLAGS = $(LDFLAGS) -VERSION=0.81.01 +VERSION=0.81.02 # variables for RPM creation TOPDIR=$(HOME)/rpmbuild SPECFILE=pktriggercord.spec diff --git a/debian/changelog b/debian/changelog index 9920e42..164a050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pktriggercord (0.81.02-1) unstable; urgency=low + + * built from pkTriggerCord 0.81.02 + + -- Andras Salamon Fri, 01 Nov 2013 12:00:00 +0000 + + pktriggercord (0.81.00-1) unstable; urgency=low * built from pkTriggerCord 0.81.00 diff --git a/pktriggercord.spec b/pktriggercord.spec index 2f6609b..72487e5 100644 --- a/pktriggercord.spec +++ b/pktriggercord.spec @@ -1,5 +1,5 @@ %define name pktriggercord -%define ver 0.81.01 +%define ver 0.81.02 %define rel 1 %define prefix /usr %define debug_package %{nil} @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %prefix/../etc/* %changelog +* Fri Nov 01 2013 Andras Salamon +- built from pkTriggerCord 0.81.02 * Thu Apr 25 2013 Andras Salamon - built from pkTriggerCord 0.81.00 * Thu Apr 04 2013 Andras Salamon