--- str_version.c 2005/10/03 07:35:51 1.19
+++ str_version.c 2005/10/12 08:28:32 1.20
@@ -8,7 +8,7 @@
#ifndef _STR_VERSION_C_
#define _STR_VERSION_C_
-#define STR_VERSION 0x00920B
+#define STR_VERSION 0x00920C
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _STR_VERSION_C_AS_HEADER_
str_version_t str_version = {
- 0x00920B,
- "0.9.11",
- "0.9.11 (03-Oct-2005)",
- "This is OSSP str, Version 0.9.11 (03-Oct-2005)",
- "OSSP str 0.9.11 (03-Oct-2005)",
- "OSSP str/0.9.11",
- "@(#)OSSP str 0.9.11 (03-Oct-2005)",
- "$Id: OSSP str 0.9.11 (03-Oct-2005) $"
+ 0x00920C,
+ "0.9.12",
+ "0.9.12 (12-Oct-2005)",
+ "This is OSSP str, Version 0.9.12 (12-Oct-2005)",
+ "OSSP str 0.9.12 (12-Oct-2005)",
+ "OSSP str/0.9.12",
+ "@(#)OSSP str 0.9.12 (12-Oct-2005)",
+ "$Id: OSSP str 0.9.12 (12-Oct-2005) $"
};
#endif /* _STR_VERSION_C_AS_HEADER_ */
|