aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-10-06 12:33:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-10-06 12:33:16 -0700
commit4707022873426ee9edfdb7dec3d9ea6e0a087236 (patch)
treebf60246e81584f90d63591b6b84e209b17367bb2
parentd3850e3a075a55897b7db61589de183edbd022d8 (diff)
downloadgit-remote-gcrypt-4707022873426ee9edfdb7dec3d9ea6e0a087236.tar.gz
fix version in changelog
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d221f7b..eda1c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-remote-gcrypt (1.0.2-1) UNRELEASED; urgency=medium
+git-remote-gcrypt (1.0.3-1) UNRELEASED; urgency=medium
* Don't pass '-m 700' to mkdir under Windows, which fails.
Thanks to Steven R. Loomis for the patch.