Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
VERSION: 0.8.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kycko committed Jul 12, 2017
1 parent 1ba29f6 commit dc9ef72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LIB/modules/Globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pygame.font.init()
pygame.mixer.init()
#--- Game version and resolution
VERSION = '0.7.0-dev'
VERSION = '0.8.0-dev'
RESOLUTION = check_user_monitor(1200, 700)
#--- Colors, directories, files, fonts, pictures and languages
COLORS = {'black' : pygame.Color('black'),
Expand Down
2 changes: 1 addition & 1 deletion LIB/modules/Globals_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pygame.font.init()
pygame.mixer.init()
#--- Game version and resolution
VERSION = '0.7.0-dev'
VERSION = '0.8.0-dev'
RESOLUTION = check_user_monitor(1200, 700)
#--- Colors, directories, files, fonts, pictures and languages
COLORS = {'black' : pygame.Color('black'),
Expand Down

0 comments on commit dc9ef72

Please sign in to comment.