Skip to content

Commit

Permalink
Version bumppppppppppppp
Browse files Browse the repository at this point in the history
  • Loading branch information
GooberMan committed Jan 25, 2024
1 parent 8ba95fd commit 02f9012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions msvc/config.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define PACKAGE_NAME "Rum and Raisin Doom"
#define PACKAGE_TARNAME "run-and-raisin-doom"
#define PACKAGE_VERSION "0.3.1-pre.5"
#define PACKAGE_STRING "Rum and Raisin Doom 0.3.1-pre.5"
#define PACKAGE_VERSION "0.3.1-pre.6"
#define PACKAGE_STRING "Rum and Raisin Doom 0.3.1-pre.6"
#define PROGRAM_PREFIX "rum-and-raisin-"
#define PACKAGE_BANNER_BACK TXT_COLOR_GREEN
#define PACKAGE_BANNER_BACK TXT_COLOR_BLUE

#define HAVE_LIBPNG
/* #undef HAVE_DIRENT_H */
Expand Down
6 changes: 3 additions & 3 deletions msvc/rum-and-raisin-doom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ FILETYPE 1
{
BLOCK "040904E4"
{
VALUE "FileVersion", "0.3.1-pre.5"
VALUE "FileDescription", "Rum and Raisin Doom 0.3.1-pre.5"
VALUE "FileVersion", "0.3.1-pre.6"
VALUE "FileDescription", "Rum and Raisin Doom 0.3.1-pre.6"
VALUE "InternalName", "run-and-raisin-doom"
VALUE "CompanyName", "Ethan Watson"
VALUE "LegalCopyright", "Copyright (C) 1993-2022. Licensed under GNU General Public License, version 2"
VALUE "ProductName", "Rum and Raisin Doom"
VALUE "ProductVersion", "0.3.1-pre.5"
VALUE "ProductVersion", "0.3.1-pre.6"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 02f9012

Please sign in to comment.