Skip to content

Commit

Permalink
deploy 0.85.00
Browse files Browse the repository at this point in the history
  • Loading branch information
asalamon74 committed Jan 27, 2019
1 parent e8a4d75 commit 634fd06
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 0.84.05
version 0.85.00 ( 2019-JAN-27 )
K-1 battery fields fix
K-70: read one push bracketing field
Using one push bracketing field in command line
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAN1DIR = $(MANDIR)/man1
LIN_CFLAGS = $(CFLAGS)
LIN_LDFLAGS = $(LDFLAGS)

VERSION=0.84.05
VERSION=0.85.00
VERSIONCODE=$(shell echo $(VERSION) | sed s/\\.//g | sed s/^0// )
# variables for RPM creation
TOPDIR=$(HOME)/rpmbuild
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
applicationId "info.melda.sala.pktriggercord"
minSdkVersion 16
targetSdkVersion 28
versionCode 8405
versionName "0.84.05"
versionCode 8500
versionName "0.85.00"
setProperty("archivesBaseName", "info.melda.sala.pktriggercord.PkTriggerCord-$versionName" )
}

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pktriggercord (0.85.00-1) unstable; urgency=low

* built from pkTriggerCord 0.85.00

-- Andras Salamon <[email protected]> Sun, 27 Jan 2019 12:00:00 +0000

pktriggercord (0.84.04-1) unstable; urgency=low

* built from pkTriggerCord 0.84.04
Expand Down
4 changes: 3 additions & 1 deletion pktriggercord.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name pktriggercord
%define ver 0.84.05
%define ver 0.85.00
%define rel 1
%define prefix /usr
%define debug_package %{nil}
Expand Down Expand Up @@ -59,6 +59,8 @@ rm -rf ${RPM_BUILD_ROOT}
%prefix/../etc/*

%changelog
* Sun Jan 27 2019 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.85.00
* Sat May 13 2017 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.84.04
* Mon Oct 31 2016 Andras Salamon <[email protected]>
Expand Down

0 comments on commit 634fd06

Please sign in to comment.