aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ossl_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 39ef369..0948391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Tue, 10 Dec 2002 02:32:54 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * ossl-0.1.3 released
+
Mon, 9 Dec 2002 22:26:15 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* x509name.c: let initialize() give a Array instead of a Hash.
to_a is implemented and to_h is deprecated.
diff --git a/ossl_version.h b/ossl_version.h
index dce8b35..537654f 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,8 @@
#ifndef OSSL_VERSION_H
#define OSSL_VERSION_H
-/* #define OSSL_VERSION "0.1.3" */
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#define OSSL_VERSION "0.1.3"
+/* #define OSSL_VERSION "CVS SNAPSHOT ($Date$)" */
#endif