# HG changeset patch # User mas01mj # Date 1245843752 0 # Node ID 702c7778c1ba69883813000b18b745c082cb0a8a # Parent 4bd5533d4bf4de1c247dba8843148145a54b2bd0 Rejig to put version info directly into gengetopt.in version. diff -r 4bd5533d4bf4 -r 702c7778c1ba audioDB.h --- a/audioDB.h Wed Jun 24 11:36:20 2009 +0000 +++ b/audioDB.h Wed Jun 24 11:42:32 2009 +0000 @@ -1,8 +1,6 @@ #ifndef __AUDIODB_H_ #define __AUDIODB_H_ -#define VERSION "$LastChangedRevision$" - #include #include #include diff -r 4bd5533d4bf4 -r 702c7778c1ba gengetopt.in --- a/gengetopt.in Wed Jun 24 11:36:20 2009 +0000 +++ b/gengetopt.in Wed Jun 24 11:42:32 2009 +0000 @@ -1,5 +1,5 @@ package "audioDB" -version "version 0.8.preview" +version "version 0.8.preview ($Revision$)" purpose "A feature vector database management system for content-based retrieval." option "verbosity" v "level of detail of operational information." int typestr="detail" default="1" optional