summaryrefslogtreecommitdiff
path: root/debian/prerm
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-30 23:51:41 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-30 23:51:41 +0200
commit26bb6fd4202213e8c4a4cde2baadc3d5fcc8bf94 (patch)
treef00b0d291a5aa5142ce82416e98e6e51ff3b022f /debian/prerm
parent978832ab69361f83b0362d0c3e6c6137a9d0a6c1 (diff)
Package numbering fixv1.0.2
As with normal packaging, a package change should not change the release version, which stays the same. Bumping to 1.0.2 to resync with released package. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'debian/prerm')
-rw-r--r--debian/prerm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/prerm b/debian/prerm
index 01eb428..68a1680 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3NAME=hid 3NAME=hid
4VERSION=1.0.0 4VERSION=1.0.2
5 5
6set -e 6set -e
7 7