summaryrefslogtreecommitdiff
path: root/openssl/version.mk
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2007-10-02 08:03:13 +0000
committerTobias Krause <tkr@openoffice.org>2007-10-02 08:03:13 +0000
commit5c811d17334474945b173550564d89ed1be5d6dd (patch)
tree365d674a7c84afcaa9ac3eb3e9d4155e7afcbf4f /openssl/version.mk
parent1489095f3e1374a1da82460b442e8358cfd44f2a (diff)
#31053# https webdav support
Diffstat (limited to 'openssl/version.mk')
-rw-r--r--openssl/version.mk41
1 files changed, 41 insertions, 0 deletions
diff --git a/openssl/version.mk b/openssl/version.mk
new file mode 100644
index 000000000000..65b32a60b9b1
--- /dev/null
+++ b/openssl/version.mk
@@ -0,0 +1,41 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: version.mk,v $
+#
+# $Revision: 1.1 $
+#
+# last change: $Author: tkr $ $Date: 2007-10-02 09:00:50 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2005 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+
+OPENSSL_VERSION=0.9.8a
+
+.IF "$(OS)" == "WNT"
+OPENSSL_NAME=openssl-0.9.8e
+.ENDIF \ No newline at end of file