tLabel development versions as 'SVN', not 'cvs'. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit fd35ed223688114576978615ee14ed22bbe569d2
DIR parent 643dc6f5f3084075707f7aea83343fb6790f7a47
HTML Author: Ben Webb <ben@salilab.org>
Date: Sat, 28 May 2011 06:29:40 +0000
Label development versions as 'SVN', not 'cvs'.
Diffstat:
M configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/configure.in b/configure.in
t@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/dopewars.c)
dnl Initialise automake
-AM_INIT_AUTOMAKE(dopewars,cvs)
+AM_INIT_AUTOMAKE(dopewars,SVN)
dnl Write configuration defines into config.h
AM_CONFIG_HEADER(config.h)