[1077] in BarnOwl Developers
[D-O-H] r1049 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:12:47 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri, 23 May 2008 21:46:16 -0400 (EDT)
Author: nelhage
Date: 2008-05-23 21:46:16 -0400 (Fri, 23 May 2008)
New Revision: 1049
Modified:
trunk/owl/owl.h
Log:
Only define OWL_VERSION_STRING if it's not defined, to help broder's
Debian packaging.
Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h 2008-05-23 20:16:10 UTC (rev 1048)
+++ trunk/owl/owl.h 2008-05-24 01:46:16 UTC (rev 1049)
@@ -85,7 +85,9 @@
#define OWL_SVN_REVNO ????
#endif
+#ifndef OWL_VERSION_STRING
#define OWL_VERSION_STRING "r" BARNOWL_STRINGIFY(OWL_SVN_REVNO)
+#endif
/* Feature that is being tested to redirect stderr through a pipe.