9e389c1
--- Makefile.config.orig        2007-01-29 22:06:11.000000000 +0100
9e389c1
+++ Makefile.config     2007-03-21 00:08:54.000000000 +0100
f85ca3a
@@ -12,7 +12,7 @@
f85ca3a
 ### documentation ###
f85ca3a
 #####################
3f0506d
 # setting this to 1 makes the default docs dir include the current version no.
3f0506d
-DOCS_VERSION ?= 0
3f0506d
+DOCS_VERSION ?= 1
3f0506d
 
f85ca3a
 #the name of the default main-user-guide document
f85ca3a
 HELPDOC ?= USAGE
9e389c1
@@ -90,12 +90,12 @@
3f0506d
 
f85ca3a
 # setting this to 1 includes code (not much) that is applicable only
f85ca3a
 # to Gtk versions > 2.6, if the build-system has any such Gtk
3f0506d
-USE_LATEST ?= 0
3f0506d
+USE_LATEST ?= 1
3f0506d
 
f1a6551
 # setting this to 1 utilises replacement code for command execution. It's known
9e389c1
 # to work reasonably for some (most ?) OS's, but NOT for linux 2.4 (though it's
f1a6551
 # not fatal for that, just wasteful of CPU cycles)
f1a6551
-NEW_COMMAND ?= 0
f1a6551
+NEW_COMMAND ?= 1
f1a6551
 
f85ca3a
 # setting DEBUG to 0/1 turns debugging off/on
f85ca3a
 DEBUG ?= 0