From 60695ce302e0273ce5e8da4921a1b31fa62893a2 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 1 Jun 2010 14:45:59 +0200 Subject: [PATCH] Simplify libtool revision --- bacula/src/version.h | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/bacula/src/version.h b/bacula/src/version.h index cc5a91dcf5..c3d44dbc7f 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -36,26 +36,13 @@ */ /* Shared object library versions */ -#define LIBBAC_LT_CURRENT 5 -#define LIBBAC_LT_REVISION 1 -#define LIBBAC_LT_AGE 0 - -#define LIBBACCFG_LT_CURRENT 5 -#define LIBBACCFG_LT_REVISION 1 -#define LIBBACCFG_LT_AGE 0 - -#define LIBBACPY_LT_CURRENT 5 -#define LIBBACPY_LT_REVISION 1 -#define LIBBACPY_LT_AGE 0 - -#define LIBBACSQL_LT_CURRENT 5 -#define LIBBACSQL_LT_REVISION 1 -#define LIBBACSQL_LT_AGE 0 - -#define LIBBACFIND_LT_CURRENT 5 -#define LIBBACFIND_LT_REVISION 1 -#define LIBBACFIND_LT_AGE 0 +/* Uncomment to overwrite default values from VERSION */ +/* #define LIBBAC_LT_RELEASE "5.1.0" */ +/* #define LIBBACCFG_LT_RELEASE "5.1.0" */ +/* #define LIBBACPY_LT_RELEASE "5.1.0" */ +/* #define LIBBACSQL_LT_RELEASE "5.1.0" */ +/* #define LIBBACFIND_LT_RELEASE "5.1.0" */ /* Debug flags */ -- 2.39.5