aboutsummaryrefslogtreecommitdiff
path: root/src/etc/asq.c.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/asq.c.pamphlet')
-rw-r--r--src/etc/asq.c.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/asq.c.pamphlet b/src/etc/asq.c.pamphlet
index 44771f36..0ef9c5ef 100644
--- a/src/etc/asq.c.pamphlet
+++ b/src/etc/asq.c.pamphlet
@@ -450,7 +450,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* asq is a mini browser for the AXIOM databases */
-#define VERSION 7
+#define ASQ_VERSION 7
/* 040206007 tpd fix anal compiler warnings */
/* 030710006 tpd remove share directory */
/* 940112005 tpd cleanup of printinfo */
@@ -1448,7 +1448,7 @@ int pprintcond(int seekpt,char *path);
printf("searchkey can be either a domain or its abbreviation.\n");
printf("\n e.g. %s -so Integer\n",arg);
printf(" will give the source file name written to stdout\n");
- printf(" (Version %d)\n",VERSION);
+ printf(" (Version %d)\n", ASQ_VERSION);
return(0);
}