Re: [PATCH] Remove old version files
Ian Bell <IBell@...>
Removed another version file
diff --git a/mama/c_cpp/src/cpp/version.h b/mama/c_cpp/src/cpp/version.h deleted file mode 100644 index b48af8b..0000000 --- a/mama/c_cpp/src/cpp/version.h +++ /dev/null @@ -1,13 +0,0 @@ -/* This file was automatically generated */ -#ifndef MamaVersionH -#define MamaVersionH -#define MAMA_VERSION_MAJOR 6 -#define MAMA_VERSION_MINOR 0 -#define MAMA_VERSION_RELEASE 0rc19 -#define MAMA_VERSION "mama 6.0.0rc19" -#define RC_VERSION_NUMERICAL 6,0,0,19 -#define RC_VERSION_STRING "6.0.0rc19\0" -#define RC_C_DLL_NAME "libmamacmd.dll\0" -#define RC_CPP_DLL_NAME "libmamacppmd.dll\0" -extern const char* mama_version; -#endif -- 1.7.9.5
From: openmama-dev-bounces@... [mailto:openmama-dev-bounces@...]
On Behalf Of Ian Bell
Sent: 25 October 2012 10:34 To: openmama-dev@... Subject: [Openmama-dev] [PATCH] Remove old version files
From 49b8ee2c56e1c020da8cce780ce173c630397141 Mon Sep 17 00:00:00 2001 Message-Id: <49b8ee2c56e1c020da8cce780ce173c630397141.1351157364.git.ibell@...> From: Ian Bell <ibell@...> Date: Thu, 25 Oct 2012 10:29:17 +0100 Subject: [PATCH] Remove old version files
Removed the files previously used for versioning --- mama/c_cpp/src/c/mama/version.h | 15 --------------- mama/c_cpp/src/c/version.bat | 29 ----------------------------- mama/c_cpp/src/c/version.c | 2 -- 3 files changed, 46 deletions(-)
diff --git a/mama/c_cpp/src/c/mama/version.h b/mama/c_cpp/src/c/mama/version.h deleted file mode 100644 index 38a146b..0000000 --- a/mama/c_cpp/src/c/mama/version.h +++ /dev/null @@ -1,15 +0,0 @@ -/* This file was automatically generated */ -#ifndef MamaVersionH -#define MamaVersionH - -#define MAMA_VERSION_MAJOR 6 -#define MAMA_VERSION_MINOR 0 -#define MAMA_VERSION_RELEASE 0rc19 -#define MAMA_VERSION "openmama DEVRELEASE6.0.0rc19" -#define RC_VERSION_NUMERICAL 6,0,0,19 -#define RC_VERSION_STRING "6.0.0rc19\0" -#define RC_C_DLL_NAME "libmamacmd\0" -#define RC_CPP_DLL_NAME "libmamacppmd\0" -extern const char* mama_version; - -#endif diff --git a/mama/c_cpp/src/c/version.bat b/mama/c_cpp/src/c/version.bat deleted file mode 100644 index fd41f1f..0000000 --- a/mama/c_cpp/src/c/version.bat +++ /dev/null @@ -1,29 +0,0 @@ - -set VERSION_MAJOR=6 -set VERSION_MINOR=0 -set VERSION_RELEASE=0rc14 -set VERSION_RELEASE_WIN=0 -set VERSION_BUILD=16 - - - -set VERSION=mama_%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_RELEASE% -set RC_VERSION_NUMERICAL=%VERSION_MAJOR%,%VERSION_MINOR%,%VERSION_RELEASE%,%VERSION_BUILD% -set RC_VERSION_STRING="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_RELEASE%\0" - -echo /* This file was automatically generated */ > mama\version.h -echo #ifndef MamaVersionH >> mama\version.h -echo #define MamaVersionH >> mama\version.h -echo #define MAMA_VERSION_MAJOR %VERSION_MAJOR% >> mama\version.h -echo #define MAMA_VERSION_MINOR %VERSION_MINOR% >> mama\version.h -echo #define MAMA_VERSION_RELEASE %VERSION_RELEASE% >> mama\version.h -echo #define MAMA_VERSION "mama %VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_RELEASE%" >> mama\version.h -echo #define RC_VERSION_NUMERICAL %RC_VERSION_NUMERICAL% >> mama\version.h -echo #define RC_VERSION_STRING %RC_VERSION_STRING% >> mama\version.h -echo #define RC_C_DLL_NAME "libmamacmd\0" >> mama\version.h -echo #define RC_CPP_DLL_NAME "libmamacppmd\0" >> mama\version.h -echo extern const char* mama_version; >> mama\version.h -echo #endif >> mama\version.h -echo /* This file was automatically generated */ > version.c -echo const char* mama_version = "mama %VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_RELEASE%"; >> version.c - diff --git a/mama/c_cpp/src/c/version.c b/mama/c_cpp/src/c/version.c deleted file mode 100644 index 96561d4..0000000 --- a/mama/c_cpp/src/c/version.c +++ /dev/null @@ -1,2 +0,0 @@ -/* This file was automatically generated */ -const char* mama_version = "mama 6.0.0rc19"; -- 1.7.9.5
Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |
|