diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-02 09:59:18 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-02 09:59:18 +0100 |
commit | 4617ab53df0f5c30e7120e667d2f845c0e7eee9a (patch) | |
tree | 5c531fab7188fa4ed9f2050ac69f1a28e88aeac4 /Makefile | |
parent | 3974fbe1ef2f54cfd5fd06bd37d93966c458e96c (diff) | |
parent | 2785a691b958a79a1dd606c445188c71c3f58b3c (diff) |
New upstram release 0.20.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ PROGRAM = shotwell PROGRAM_THUMBNAILER = shotwell-video-thumbnailer PROGRAM_MIGRATOR = shotwell-settings-migrator -VERSION = 0.20.1 +VERSION = 0.20.2 GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}') GETTEXT_PACKAGE = $(PROGRAM) BUILD_ROOT = 1 @@ -151,6 +151,7 @@ RESOURCE_FILES = \ search_bar.ui \ search_sidebar_context.ui \ set_background_dialog.glade \ + set_background_slideshow_dialog.glade \ shotwell.glade \ shotwell.xml \ sidebar_default_context.ui \ |