diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-03-27 15:05:40 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-03-27 15:05:40 +0000 |
| commit | 95665c403bc74fdba34142a479b67e4a726a26fa (patch) | |
| tree | baf3ef2600f0e9f2d3d6220195c963e23694426d /docs/conf.py | |
| parent | 7dd4be581beadd8d0ec751054e0f72ef36aef5cf (diff) | |
[docs] Added svn:keywords to docs/index.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index ce313a5cd3..ec7e7a7905 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ copyright = '2008, Django Software Foundation' # other places throughout the built documents. # # The short X.Y version. -version = '$LastChangedRevision$'.split()[1] +version = '$LastChangedRevision: 7370 $'.split()[1] # The full version, including alpha/beta/rc tags. release = version |
