File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949# The short X.Y version.
5050version = '2.4.1'
5151# The full version, including alpha/beta/rc tags.
52- release = '2.4.1.dev1 '
52+ release = '2.4.1'
5353
5454# Format strings for the version directives
5555versionadded_format = 'New in pygame-ce %s'
Original file line number Diff line number Diff line change 1616
1717METADATA = {
1818 "name" : "pygame-ce" ,
19- "version" : "2.4.1.dev1 " ,
19+ "version" : "2.4.1" ,
2020 "license" : "LGPL" ,
2121 "url" : "https://pyga.me" ,
2222 "author" : "A community project." ,
Original file line number Diff line number Diff line change 6060#define PG_PATCH_VERSION 1
6161/* The below is of the form ".devX" for dev releases, and "" (empty) for full
6262 * releases */
63- #define PG_VERSION_TAG ".dev1 "
63+ #define PG_VERSION_TAG ""
6464#define PG_VERSIONNUM (MAJOR , MINOR , PATCH ) \
6565 (1000 * (MAJOR) + 100 * (MINOR) + (PATCH))
6666#define PG_VERSION_ATLEAST (MAJOR , MINOR , PATCH ) \
You can’t perform that action at this time.
0 commit comments