From 1d860e67a3a0d258f565f16448e49c8d0d702f27 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 5 Mar 2009 09:51:03 +0100 Subject: [PATCH] version.nsi generated by configure. --- configure.ac | 2 +- win/version.nsi.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 win/version.nsi.in diff --git a/configure.ac b/configure.ac index e8783e0..0eb1621 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CONFIG_FILES([ doc/local.ent doc/common/Makefile doc/common/print.dsl - + win/version.nsi ]) AC_OUTPUT diff --git a/win/version.nsi.in b/win/version.nsi.in new file mode 100644 index 0000000..5fa481b --- /dev/null +++ b/win/version.nsi.in @@ -0,0 +1,2 @@ +!define VERSION "@PACKAGE_VERSION@" + -- 1.7.10.4