help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] [PATCH] GSL_VERSION_MAJOR, GSL_VERSION_MINOR numeric macros


From: Leo Razoumov
Subject: [Help-gsl] [PATCH] GSL_VERSION_MAJOR, GSL_VERSION_MINOR numeric macros
Date: Thu, 14 Jan 2010 18:06:53 -0500

Added GSL_VERSION_MAJOR, GSL_VERSION_MINOR macros with numeric constant
values usable in preprocessor conditionals.

Signed-off-by: Leo Razoumov <address@hidden>
---
 gsl_version.h.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gsl_version.h.in b/gsl_version.h.in
index 25bf3a3..c95f96f 100644
--- a/gsl_version.h.in
+++ b/gsl_version.h.in
@@ -17,6 +17,9 @@ __BEGIN_DECLS
 
 #define GSL_VERSION "@VERSION@"
 
+#define GSL_VERSION_MAJOR 1
+#define GSL_VERSION_MINOR 13
+
 GSL_VAR const char * gsl_version;
 
 __END_DECLS
-- 
1.6.5.7.LR1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]