Skip to content

Commit

Permalink
2.4.0.dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Dec 25, 2023
1 parent ee3dfb8 commit 3a6d0ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reST/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = '2.4.0'
# The full version, including alpha/beta/rc tags.
release = '2.4.0.dev3'
release = '2.4.0.dev4'

# Format strings for the version directives
versionadded_format = 'New in pygame-ce %s'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

METADATA = {
"name": "pygame-ce",
"version": "2.4.0.dev3",
"version": "2.4.0.dev4",
"license": "LGPL",
"url": "https://pyga.me",
"author": "A community project.",
Expand Down
2 changes: 1 addition & 1 deletion src_c/include/_pygame.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#define PG_PATCH_VERSION 0
/* The below is of the form ".devX" for dev releases, and "" (empty) for full
* releases */
#define PG_VERSION_TAG ".dev3"
#define PG_VERSION_TAG ".dev4"
#define PG_VERSIONNUM(MAJOR, MINOR, PATCH) \
(1000 * (MAJOR) + 100 * (MINOR) + (PATCH))
#define PG_VERSION_ATLEAST(MAJOR, MINOR, PATCH) \
Expand Down

0 comments on commit 3a6d0ae

Please sign in to comment.