[libpst-commits] r77 - trunk

Chris Halls halls at alioth.debian.org
Tue Jan 9 15:34:54 CET 2007


Author: halls
Date: 2007-01-09 15:34:53 +0100 (Tue, 09 Jan 2007)
New Revision: 77

Modified:
   trunk/lspst.c
Log:
Use VERSION not PST_VERSION


Index: trunk/lspst.c
===================================================================
--- trunk/lspst.c	(revision 76)
+++ trunk/lspst.c	(revision 77)
@@ -476,7 +476,7 @@
 // int version() {{{1
 int version() {
 	DEBUG_ENT("version");
-	printf("lspst / LibPST v%s\n", PST_VERSION);
+	printf("lspst / LibPST v%s\n", VERSION);
 #if BYTE_ORDER == BIG_ENDIAN
 	printf("Big Endian implementation being used.\n");
 #elif BYTE_ORDER == LITTLE_ENDIAN



More information about the libpst-commits mailing list