Revision 84a12e40 lib/constants.py

b/lib/constants.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
32 32
OS_API_V15 = 15
33 33
OS_API_V20 = 20
34 34
OS_API_VERSIONS = frozenset([OS_API_V10, OS_API_V15, OS_API_V20])
35
VCS_VERSION = _autoconf.VCS_VERSION
35 36
EXPORT_VERSION = 0
36 37
RAPI_VERSION = 2
37 38

  

Also available in: Unified diff