# HG changeset patch # User mas01cr # Date 1197908265 0 # Node ID 0d99b008fd6bdf6692e4cbf451380def6bfa9e81 # Parent 8ad1b52385f0f15b3e3cae190367e6bf63b60af4 Improve copyright message from audioDB -H Also give audioDB a less optimistic version number, of 0.8.preview. Envisaged progress: * 0.9.beta in the New Year sometime; * 1.0 mid- to end-February. diff -r 8ad1b52385f0 -r 0d99b008fd6b gengetopt.in --- a/gengetopt.in Mon Dec 17 16:12:09 2007 +0000 +++ b/gengetopt.in Mon Dec 17 16:17:45 2007 +0000 @@ -1,5 +1,5 @@ package "audioDB" -version "version 1.0" +version "version 0.8.preview" purpose "A feature vector database management system for content-based retrieval." option "help" H "print help on audioDB usage and exit." optional option "verbosity" v "level of detail of operational information." int typestr="detail" default="1" optional @@ -51,4 +51,6 @@ option "client" c "run as a client using named host service." string typestr="hostname:port" optional -text "\nCopyright (C) 2007 Michael Casey, Goldsmiths, University of London\n" +text " +Copyright (c) 2007 Michael Casey, Christophe Rhodes + Goldsmiths, University of London"