From 870d2ee8dc232f8c4c431f4dd206d11478d62db9 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 11 Jul 2008 17:54:49 +0000 Subject: [PATCH] 2.0.0 Service Tags Product IDs. --- lustre/autoconf/lustre-version.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 3d2a7b2..acd11cb 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -4,10 +4,10 @@ m4_define([LUSTRE_PATCH],[50]) m4_define([LUSTRE_FIX],[0]) dnl # don't forget to update the service tags info -m4_define([CLIENT_URN],["LUSTRE-165-CLT"]) -m4_define([MDS_URN],["LUSTRE-165-MDS"]) -m4_define([MGS_URN],["LUSTRE-165-MGS"]) -m4_define([OSS_URN],["LUSTRE-165-OSS"]) +m4_define([CLIENT_URN],["LUSTRE-200-CLT"]) +m4_define([MDS_URN],["LUSTRE-200-MDS"]) +m4_define([MGS_URN],["LUSTRE-200-MGS"]) +m4_define([OSS_URN],["LUSTRE-200-OSS"]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but dnl # after following release candidate/beta would spill this warning already. -- 1.8.3.1