chiark / gitweb /
+ * Add .PHONY: install to Makefile, to help people with demented fs's.
[adns.git] / Makefile.in
index 9585831071bbb6a2bf14c06f4b4ac68d2f9078a3..18cf2fe75ea995b8dc6ece902e82bf112a1f5915 100644 (file)
 #  along with this program; if not, write to the Free Software Foundation,
 #  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
 
-DISTVERSION=   0.9
+# Remember to change ADNS_VERSION_STRING in client/client.h too, and
+# possibly library soname (MAJOR and MINOR in settings.make.in).
+DISTVERSION=   1.1
+
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 
@@ -72,3 +75,5 @@ README:                       README.html
 
 TAGS info dvi:
        # do nothing
+
+.PHONY: install #people with case-insensitive filesystems lose otherwise!