aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_version.h')
-rw-r--r--ossl_version.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/ossl_version.h b/ossl_version.h
index c1842ea..a10476c 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,18 @@
-#ifndef OSSL_VERSION_H
-#define OSSL_VERSION_H
+/*
+ * $Id$
+ * 'OpenSSL for Ruby' project
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
+ * All rights reserved.
+ */
+/*
+ * This program is licenced under the same licence as Ruby.
+ * (See the file 'LICENCE'.)
+ */
+#if !defined(_OSSL_VERSION_H_)
+#define _OSSL_VERSION_H_
-/*#define OSSL_VERSION "0.1.2"*/
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+/*#define OSSL_VERSION "0.2.0"*/
+#define OSSL_VERSION "OSSL2 - CVS SNAPSHOT ($Date$)"
#endif