Drop the timestamp from the zipfile names.

2006-02-08  Tor Lillqvist  <tml@novell.com>

	* gtk-zip.sh.in: Drop the timestamp from the zipfile names.
This commit is contained in:
Tor Lillqvist 2006-02-07 22:58:04 +00:00 committed by Tor Lillqvist
parent 859e395037
commit 37d5ad8f7a
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-02-08 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Drop the timestamp from the zipfile names.
2006-02-07 Sven Neumann <sven@gimp.org>
* gdk/directfb/AUTHORS: updated mine and Dok's email address.

View File

@ -1,3 +1,7 @@
2006-02-08 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Drop the timestamp from the zipfile names.
2006-02-07 Sven Neumann <sven@gimp.org>
* gdk/directfb/AUTHORS: updated mine and Dok's email address.

View File

@ -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