diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-03 14:53:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-03 14:53:52 +0200 |
commit | e97c1ca41f345bcf57417f6dc06e0d42f3547443 (patch) | |
tree | b9afc8d1553a62369c373c703d4f479ad81188af /Makefile | |
parent | 566dc060676b41e1e58a446b7dcc4159e242fee6 (diff) |
Imported Upstream version 0.20.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.20.0 +VERSION = 0.20.1 GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}') GETTEXT_PACKAGE = $(PROGRAM) BUILD_ROOT = 1 |