Check-in Number:
|
910 | |
Date: |
2001-Sep-10 11:54:41 (local)
2001-Sep-10 09:54:41 (UTC) |
User: | thl |
Branch: | |
Comment: |
a string is a string ;) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2.h.in 1.1 -> 1.2
--- l2.h.in 2001/09/10 09:48:48 1.1
+++ l2.h.in 2001/09/10 09:54:41 1.2
@@ -30,7 +30,7 @@
#ifndef __L2_H__
#define __L2_H__
-#define L2_VERSION_STR @L2_VERSION_STR@
+#define L2_VERSION_STR "@L2_VERSION_STR@"
#define L2_VERSION_HEX @L2_VERSION_HEX@
/* include standard environment we are based on */
|
|