summaryrefslogtreecommitdiffstats
path: root/version.sh.in
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:20 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-24 00:14:23 +0100
commit6187644b660ce284d0a706811eae2dce7cb411b2 (patch)
treefc0446a18154df46c7a2733bc5dbb6c0eb526ec4 /version.sh.in
parent14a131ac1cfc95e5ba2518ff887d04c034aecc53 (diff)
downloadopenvpn-6187644b660ce284d0a706811eae2dce7cb411b2.tar.gz
openvpn-6187644b660ce284d0a706811eae2dce7cb411b2.tar.xz
openvpn-6187644b660ce284d0a706811eae2dce7cb411b2.zip
build: windows: install version.sh to allow installer read version
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'version.sh.in')
-rw-r--r--version.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/version.sh.in b/version.sh.in
new file mode 100644
index 0000000..2af5a36
--- /dev/null
+++ b/version.sh.in
@@ -0,0 +1,4 @@
+OPENVPN_PACKAGE_NAME="@PACKAGE_NAME@"
+OPENVPN_PACKAGE_TARNAME="@PACKAGE_TARNAME@"
+OPENVPN_PACKAGE_VERSION="@PACKAGE_VERSION@"
+OPENVPN_PACKAGE_HOST="@host@"