Skip to content

Commit

Permalink
deploy 0.84.02
Browse files Browse the repository at this point in the history
  • Loading branch information
asalamon74 committed Oct 31, 2016
1 parent 153d03a commit 2d2ae4d
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.01
version 0.84.02 ( 2016-10-31 )
Android code cleanup
Possibility to read lens database from latest exiftool
Updating lens info database ( exiftool 10.300 )
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAN1DIR = $(MANDIR)/man1
LIN_CFLAGS = $(CFLAGS)
LIN_LDFLAGS = $(LDFLAGS)

VERSION=0.84.01
VERSION=0.84.02
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/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="info.melda.sala.pktriggercord"
android:versionCode="8401"
android:versionName="0.84.01">
android:versionCode="8402"
android:versionName="0.84.02">
<application android:label="@string/app_name"
android:name="PkTriggerCord" >
<activity android:name="MainActivity"
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.84.02-1) unstable; urgency=low

* built from pkTriggerCord 0.84.02

-- Andras Salamon <[email protected]> Mon, 31 Oct 2016 12:00:00 +0000

pktriggercord (0.84.00-1) unstable; urgency=low

* built from pkTriggerCord 0.84.00
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.01
%define ver 0.84.02
%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
* Mon Oct 31 2016 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.84.02
* Mon May 09 2016 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.84.00
* Fri Jan 29 2016 Andras Salamon <[email protected]>
Expand Down

0 comments on commit 2d2ae4d

Please sign in to comment.