From: Tor Lillqvist Date: Tue, 7 Feb 2006 22:58:04 +0000 (+0000) Subject: Drop the timestamp from the zipfile names. X-Git-Url: http://pileus.org/git/?p=~andy%2Fgtk;a=commitdiff_plain;h=37d5ad8f7a7e2c41fdc573140e00a43d0ee27b62 Drop the timestamp from the zipfile names. 2006-02-08 Tor Lillqvist * gtk-zip.sh.in: Drop the timestamp from the zipfile names. --- diff --git a/ChangeLog b/ChangeLog index 4fc4f7bff..2366a7734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-08 Tor Lillqvist + + * gtk-zip.sh.in: Drop the timestamp from the zipfile names. + 2006-02-07 Sven Neumann * gdk/directfb/AUTHORS: updated mine and Dok's email address. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4fc4f7bff..2366a7734 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-02-08 Tor Lillqvist + + * gtk-zip.sh.in: Drop the timestamp from the zipfile names. + 2006-02-07 Sven Neumann * gdk/directfb/AUTHORS: updated mine and Dok's email address. diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index d1ef66c42..af4a76b8e 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -2,8 +2,8 @@ # Build zipfiles for GTK on Win32 -ZIP=/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip -DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip +ZIP=/tmp/gtk+-@GTK_VERSION@.zip +DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@.zip cd @prefix@ rm $ZIP