summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-02-19 18:07:18 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-02-19 18:07:18 +0000
commit93be74cc16b455df1c6f2fb6cfb5881d06544147 (patch)
tree7166f9ce26061883ee341ef7dfcebfd71a1bf2ff
parentd2a4035e3dc08c44822a095c5a4925f2dad44bc1 (diff)
removed long useless file
-rw-r--r--lasso/version.h.in51
1 files changed, 0 insertions, 51 deletions
diff --git a/lasso/version.h.in b/lasso/version.h.in
deleted file mode 100644
index 5a9c97a8..00000000
--- a/lasso/version.h.in
+++ /dev/null
@@ -1,51 +0,0 @@
-#ifndef __LASSO_VERSION_H__
-#define __LASSO_VERSION_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-/**
- * LASSO_VERSION:
- *
- * The library version string in the format
- * "<major-number>.<minor-number>.<sub-minor-number>".
- */
-#define LASSO_VERSION "@LASSO_VERSION@"
-
-/**
- * LASSO_VERSION_MAJOR:
- *
- * The library major version number.
- */
-#define LASSO_VERSION_MAJOR @LASSO_VERSION_MAJOR@
-
-/**
- * LASSO_VERSION_MINOR:
- *
- * The library minor version number.
- */
-#define LASSO_VERSION_MINOR @LASSO_VERSION_MINOR@
-
-/**
- * LASSO_VERSION_SUBMINOR:
- *
- * The library sub-minor version number.
- */
-#define LASSO_VERSION_SUBMINOR @LASSO_VERSION_SUBMINOR@
-
-/**
- * LASSO_VERSION_INFO:
- *
- * The library version info string in the format
- * "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
- */
-#define LASSO_VERSION_INFO "@LASSO_VERSION_INFO@"
-
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* __LASSO_VERSION_H__ */
-