changeset 566:702c7778c1ba

Rejig to put version info directly into gengetopt.in version.
author mas01mj
date Wed, 24 Jun 2009 11:42:32 +0000
parents 4bd5533d4bf4
children 43caea931de0
files audioDB.h gengetopt.in
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
--- 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