aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-16 07:04:28 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-16 07:04:28 +0000
commit6e7b77797c5ac7dcbb6a548b90dda9ac2de39940 (patch)
treea899810f0622f5aa3bf15e37b538e81ff9b6528b
parent49bdc6251d640754717429a951a9835bf853127f (diff)
downloadruby-openssl-history-ossl1-origin.tar.gz
ossl-0.1.4a releasedOSSL_0_1_4aossl1-origin
-rw-r--r--ChangeLog3
-rw-r--r--ossl_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 519ea4d..64ab5a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * ossl-0.1.4a released
+
Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* extconf.rb: check CRYPTO_malloc for libcrypto.
* ossl.h: include <openssl/bn.h>.
diff --git a/ossl_version.h b/ossl_version.h
index 62f8ae6..00ac7a1 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,8 @@
#ifndef OSSL_VERSION_H
#define OSSL_VERSION_H
-#if 0
-# define OSSL_VERSION "0.1.5"
+#if 1
+# define OSSL_VERSION "0.1.4a"
#else
# define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
#endif