Skip to content

Commit

Permalink
20190706
Browse files Browse the repository at this point in the history
  • Loading branch information
donpdonp committed Jul 6, 2019
1 parent 62222a5 commit 14b5b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TODAY=`date +'%Y.%m.%d'`
GITEPOCH=$(shell git log -1 --format="%at")
TODAY=$(shell date +%Y.%m.%d -d @${GITEPOCH})
DIST=zootdeck-${TODAY}

build:
Expand Down
2 changes: 1 addition & 1 deletion glade/zootdeck.glade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<requires lib="gtk+" version="3.20"/>
<object class="GtkWindow" id="main">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Zootdeck 20190613</property>
<property name="title" translatable="yes">Zootdeck 20190706</property>
<property name="icon">../img/zootlogo.png</property>
<signal name="check-resize" handler="main_check_resize" swapped="no"/>
<signal name="drag-begin" handler="zoot_drag" swapped="no"/>
Expand Down

0 comments on commit 14b5b25

Please sign in to comment.