Skip to content

Commit

Permalink
Corrections to the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Espyo committed Oct 28, 2024
1 parent e2250a1 commit 909e79f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file removed Pikifen_0.23.2.exe
Binary file not shown.
Binary file removed Pikifen_0.23.exe
Binary file not shown.
Binary file removed Pikifen_0.24.exe
Binary file not shown.
Binary file removed Pikifen_0.25.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion source/documents/code_helper/code_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def change_version_numbers():
system_call('sed -i "s/VERSION_MINOR = .*;/VERSION_MINOR = ' + new_parts[1] + ';/g" ' + source_dir_to_use + '/const.h')
system_call('sed -i "s/VERSION_REV = .*;/VERSION_REV = ' + new_parts[2] + ';/g" ' + source_dir_to_use + '/const.h')

rc_files = [source_dir_to_use + '/Pikifen.rc', source_dir_to_use + '/../visual_studio_2019/resource.rc']
rc_files = [source_dir_to_use + '/pikifen.rc', source_dir_to_use + '/../visual_studio_2019/resource.rc']
for fn in rc_files:
rc_contents = []
with open(fn, 'rt', encoding='utf-16') as i:
Expand Down
2 changes: 1 addition & 1 deletion source/documents/misc_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ Procedure for every version release
After they're done, tell them to confirm that error_log.txt reported nothing
Final preparations
Change version number in the code
Use the helper tool, or edit const.h and Pikifen.rc
Use the helper tool, or edit const.h and pikifen.rc
Update all area version numbers and engine version numbers
Fix up all changed images since the last release
Use the helper tool to get the list, or run:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion source/source/resource.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//{{NO_DEPENDENCIES}}
//Microsoft Visual C++ generated include file.
//Used by Pikifen.rc
//Used by pikifen.rc
//
#define IDI_ICON1 101

Expand Down

0 comments on commit 909e79f

Please sign in to comment.