aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ossl_version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ossl_version.h b/ossl_version.h
index 63878e0..ff7b68a 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -11,6 +11,10 @@
#if !defined(_OSSL_VERSION_H_)
#define _OSSL_VERSION_H_
+#if 0 /* Release */
#define OSSL_VERSION "1.0.0"
+#else /* based on */
+#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#endif
#endif /* _OSSL_VERSION_H_ */