]> Pileus Git - ~andy/gtk/commitdiff
Drop the timestamp from the zipfile names.
authorTor Lillqvist <tml@novell.com>
Tue, 7 Feb 2006 22:58:04 +0000 (22:58 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 7 Feb 2006 22:58:04 +0000 (22:58 +0000)
2006-02-08  Tor Lillqvist  <tml@novell.com>

* gtk-zip.sh.in: Drop the timestamp from the zipfile names.

ChangeLog
ChangeLog.pre-2-10
gtk-zip.sh.in

index 4fc4f7bffb3dc65d5094e8e0a5bb07406f0e8420..2366a773457f04270436df8cf4670a54936c32e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4fc4f7bffb3dc65d5094e8e0a5bb07406f0e8420..2366a773457f04270436df8cf4670a54936c32e6 100644 (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.
index d1ef66c421223ca6d8a3357fd324da35ab8d9c33..af4a76b8e1a666ccdcf13106312c25d6c51bbbe8 100755 (executable)
@@ -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