From a231dcce7c19c30feb8e7e42dca6d32556c1f02c Mon Sep 17 00:00:00 2001
From: brian <brian>
Date: Fri, 11 Jul 2008 17:53:57 +0000
Subject: [PATCH] 1.6.6 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 dcd0b9dc75..22d1b45fb7 100644
--- a/lustre/autoconf/lustre-version.ac
+++ b/lustre/autoconf/lustre-version.ac
@@ -5,10 +5,10 @@ m4_define([LUSTRE_FIX],[50])
 # Note: we're starting prerelease versions at 50 this time.
 
 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-166-CLT"])
+m4_define([MDS_URN],["LUSTRE-166-MDS"])
+m4_define([MGS_URN],["LUSTRE-166-MGS"])
+m4_define([OSS_URN],["LUSTRE-166-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.
-- 
GitLab