aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-14 19:30:28 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-14 19:30:28 +0000
commitc9c0ca0e612a8370ff7b9fdeaabb22fe675315cf (patch)
treefba076c05fc71cc88a78090e033c5d2aec8a273e
parent0a86f1fe7a113965f27b5544448d2d4893bc1894 (diff)
downloadruby-openssl-history-c9c0ca0e612a8370ff7b9fdeaabb22fe675315cf.tar.gz
*** empty log message ***
-rw-r--r--ossl_version.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ossl_version.h b/ossl_version.h
index afd435e..1f10990 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,11 @@
#ifndef OSSL_VERSION_H
#define OSSL_VERSION_H
-/* #define OSSL_VERSION "0.1.4" */
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#if 0
+# define OSSL_VERSION "0.1.4"
+#else
+# define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#endif
#endif