• Tim Peters's avatar
    SF bug #131225: sys.winver is still '2.0' in python 2.1a2. · 909bc1cf
    Tim Peters yazdı
    SF patch #103683: Alternative dll version resources.
    Changes similar to the patch.  MarkH should review.
    File version and Product version text strings now 2.1a2.
    64-bit file and product version numbers are now
        PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION
    where
        messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL
    Updated company name to "Digital Creations 2".
    Copyright now lists Guido; "C in a circle" symbol used instead of (C).
    Comments added so this is less likely to get flubbed again, and
    #if/#error guys added to trigger if the version number manipulations
    above overflow.
    909bc1cf
python_nt.rc 2.08 KB