Skip to content

Commit

Permalink
deploy 0.82.02
Browse files Browse the repository at this point in the history
  • Loading branch information
asalamon74 committed Jun 28, 2015
1 parent 8bf5d3c commit 4f8f84d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 0.82.01
version 0.82.02 ( 2015-06-28 )
--pentax_debug_mode ( thx Samo Penic )
Testing support for K-50
Updating lens info database ( exiftool 9.700 )
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAN1DIR = $(MANDIR)/man1
LIN_CFLAGS = $(CFLAGS)
LIN_LDFLAGS = $(LDFLAGS)

VERSION=0.82.01
VERSION=0.82.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="8201"
android:versionName="0.82.01">
android:versionCode="8202"
android:versionName="0.82.02">
<application android:label="@string/app_name"
android:name="PkTriggerCord" >
<activity android:name="MainActivity"
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pktriggercord (0.82.01-1) unstable; urgency=low
pktriggercord (0.82.02-1) unstable; urgency=low

* built from pkTriggerCord 0.82.01
* built from pkTriggerCord 0.82.02

-- Andras Salamon <[email protected]> Sat, 18 Nov 2014 12:00:00 +0000
-- Andras Salamon <[email protected]> Sun, 28 Jun 2015 12:00:00 +0000


pktriggercord (0.82.00-1) unstable; urgency=low
Expand Down
6 changes: 4 additions & 2 deletions pktriggercord.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name pktriggercord
%define ver 0.82.01
%define ver 0.82.02
%define rel 1
%define prefix /usr
%define debug_package %{nil}
Expand Down Expand Up @@ -59,7 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%prefix/../etc/*

%changelog
* Thu May 01 2014 Andras Salamon <[email protected]>
* Sun Jun 28 2015 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.82.02
* Sat Nov 01 2014 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.82.00
* Thu May 01 2014 Andras Salamon <[email protected]>
- built from pkTriggerCord 0.81.04
Expand Down

0 comments on commit 4f8f84d

Please sign in to comment.