diff --git a/Documentation/announce.texi.orig b/Documentation/announce.tmpl.texi similarity index 100% rename from Documentation/announce.texi.orig rename to Documentation/announce.tmpl.texi diff --git a/Documentation/faq.texi.orig b/Documentation/faq.tmpl.texi similarity index 100% rename from Documentation/faq.texi.orig rename to Documentation/faq.tmpl.texi diff --git a/Documentation/gnustep-gui.texi.orig b/Documentation/gnustep-gui.tmpl.texi similarity index 100% rename from Documentation/gnustep-gui.texi.orig rename to Documentation/gnustep-gui.tmpl.texi diff --git a/Documentation/install.texi.orig b/Documentation/install.tmpl.texi similarity index 100% rename from Documentation/install.texi.orig rename to Documentation/install.tmpl.texi diff --git a/Documentation/news.texi.orig b/Documentation/news.tmpl.texi similarity index 100% rename from Documentation/news.texi.orig rename to Documentation/news.tmpl.texi diff --git a/Documentation/readme.texi.orig b/Documentation/readme.tmpl.texi similarity index 100% rename from Documentation/readme.texi.orig rename to Documentation/readme.tmpl.texi diff --git a/Documentation/status.texi.orig b/Documentation/status.tmpl.texi similarity index 100% rename from Documentation/status.texi.orig rename to Documentation/status.tmpl.texi diff --git a/Documentation/todo.texi.orig b/Documentation/todo.tmpl.texi similarity index 100% rename from Documentation/todo.texi.orig rename to Documentation/todo.tmpl.texi diff --git a/Version b/Version index 16d28b2f6..268e45d83 100644 --- a/Version +++ b/Version @@ -5,17 +5,18 @@ GNUSTEP_GUI_GCC_VERSION = 2.7.0 # Versions for libraries that gnustep-gui is dependent upon GNUSTEP_GUI_LIBTIFF = 3.4 +GNUSTEP_GUI_DGS = 0.1.1 GNUSTEP_GUI_DPSCLIENT = 6.1 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION = 0 GNUSTEP_GUI_MINOR_VERSION = 1 -GNUSTEP_GUI_SUBMINOR_VERSION = 0 +GNUSTEP_GUI_SUBMINOR_VERSION = 1 GNUSTEP_GUI_VERSION = \ $(GNUSTEP_GUI_MAJOR_VERSION).$(GNUSTEP_GUI_MINOR_VERSION).$(GNUSTEP_GUI_SUBMINOR_VERSION) -GNUSTEP_GUI_FTP_MACHINE = prep.ai.mit.edu -GNUSTEP_GUI_FTP_DIRECTORY = pub/gnu +GNUSTEP_GUI_FTP_MACHINE = alpha.gnu.ai.mit.edu +GNUSTEP_GUI_FTP_DIRECTORY = gnu/gnustep GNUSTEP_GUI_SNAP_FTP_MACHINE = ftp.net-community.com GNUSTEP_GUI_SNAP_FTP_DIRECTORY = pub/GNUstep