Temporary change in rpc version -- reverted temporarily because hudson complains about version mismatch

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-11-03 23:51:41 +00:00
parent 55af050abe
commit 19d629a0be
1 changed files with 1 additions and 1 deletions

View File

@ -80,5 +80,5 @@ public interface HBaseRPCProtocolVersion extends VersionedProtocol {
* <li>Version 26: New master and Increment, 0.90 version bump.</li>
* </ul>
*/
public static final long versionID = 26L;
public static final long versionID = 25L; // Setting it to 25 temporarily to see if hudson passes. #1608 hudson failed because of version mismatch 25 vs 26.
}