From d3f0bf8f2fa3cbdfb2692d1217437fe3d9aebffa Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 14 Jul 2008 15:04:57 +0000 Subject: [PATCH] Add forgotten RAPI constant This was forgot on the forward-porting of RAPI. Reviewed-by: imsnah --- lib/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants.py b/lib/constants.py index 6b00e6b69..d42f5cb6b 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -28,6 +28,7 @@ PROTOCOL_VERSION = 13 RELEASE_VERSION = _autoconf.PACKAGE_VERSION OS_API_VERSION = 5 EXPORT_VERSION = 0 +RAPI_VERSION = 1 # Format for CONFIG_VERSION: -- GitLab