diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-17 07:25:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-17 07:25:52 +0200 |
commit | 32c14491a7ee92c177a661278bfe853127d6341b (patch) | |
tree | 00c4aa86d8b5295380cf2076c3c70f9864d41df4 /Makefile | |
parent | 26a614aee6b8acec6d3a9b94a1b13ce106f8178f (diff) | |
parent | 0d64f78a02829282cd00dd6df691df08d29ed751 (diff) |
Merge tag 'upstream/0.22.1'
Upstream version 0.22.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PROGRAM = shotwell PROGRAM_THUMBNAILER = shotwell-video-thumbnailer PROGRAM_MIGRATOR = shotwell-settings-migrator -VERSION = 0.22.0 +VERSION = 0.22.1 GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}') GETTEXT_PACKAGE = $(PROGRAM) BUILD_ROOT = 1 |