summaryrefslogtreecommitdiffstats
path: root/win32/msvc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/msvc')
-rw-r--r--win32/msvc/lasso_config.h.in (renamed from win32/msvc/lasso_config.h)26
1 files changed, 14 insertions, 12 deletions
diff --git a/win32/msvc/lasso_config.h b/win32/msvc/lasso_config.h.in
index 8207fa74..734715e4 100644
--- a/win32/msvc/lasso_config.h
+++ b/win32/msvc/lasso_config.h.in
@@ -1,39 +1,41 @@
/* Release version as a decimal */
-#define LASSO_VERSION_DECIMAL 600
+#define LASSO_VERSION_DECIMAL @VERSION_DECIMAL@
/* Major version number */
-#define LASSO_VERSION_MAJOR 0
+#define LASSO_VERSION_MAJOR @VERSION_MAJOR@
/* Minor version number */
-#define LASSO_VERSION_MINOR 6
+#define LASSO_VERSION_MINOR @VERSION_MINOR@
/* Release version number */
-#define LASSO_VERSION_SUBMINOR 0
+#define LASSO_VERSION_SUBMINOR @VERSION_RELEASE@
/* Windows version of the lasso version */
-#define LASSO_WINDOWS_VERSION 0,6,0,0
+#define LASSO_WINDOWS_VERSION @WINDOWS_VERSION@
/* Define if ID-WSF support is enabled */
/* #undef LASSO_WSF_ENABLED */
+#@LASSO_WSF_ENABLE@
/* Name of package */
-#define PACKAGE "lasso"
+#define PACKAGE "@PACKAGE@"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "lasso-devel@lists.labs.libre-entreprise.org"
+#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* Define to the full name of this package. */
-#define PACKAGE_NAME "Liberty Alliance Single Sign On"
+#define PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.0"
+#define PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"
+#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.6.0"
+#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Version number of package */
-#define VERSION "0.6.0"
+#define VERSION "@VERSION@"
+