diff options
author | Georg Brandl <georg@python.org> | 2012-03-04 15:26:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-04 15:26:19 (GMT) |
commit | f125bf5f94ece89b42196ec08339a750e0eb3de6 (patch) | |
tree | c3a0d45a2015275de779bb1717e0b2f23a66bb52 /PC | |
parent | 6c8850d94d9d7cdfc66de8e3769898257c1c7500 (diff) | |
download | cpython-f125bf5f94ece89b42196ec08339a750e0eb3de6.zip cpython-f125bf5f94ece89b42196ec08339a750e0eb3de6.tar.gz cpython-f125bf5f94ece89b42196ec08339a750e0eb3de6.tar.bz2 |
Update copyright years and version name.v3.3.0a1
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 5295610..5010baa 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -12,7 +12,7 @@ # include "pythonnt_rc.h" #endif -/* e.g., 2.1a2 +/* e.g., 3.3.0a1 * PY_VERSION comes from patchevel.h */ #define PYTHON_VERSION PY_VERSION "\0" |