diff configure.ac @ 1895:2eabe66daef6

Experimenting with distribution via 'make dist', to allow deletion of autogenerated files from version control
author Adam Chlipala <adam@chlipala.net>
date Thu, 21 Nov 2013 14:53:01 -0500
parents f405dfe1f1e1
children 1809eb33ef14
line wrap: on
line diff
--- a/configure.ac	Thu Nov 21 14:36:57 2013 -0500
+++ b/configure.ac	Thu Nov 21 14:53:01 2013 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20130421])
-WORKING_VERSION=1
+WORKING_VERSION=0
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it