Skip to content

Commit

Permalink
bump version number in .res output
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Dec 28, 2016
1 parent 5ae43be commit e4a4fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ bool write_map_resources(string map)
if (!just_testing)
fout.open(map_path + map + ".res", ios::out | ios::trunc);

fout << "// Created with Resguy v1\n";
fout << "// Created with resguy v12\n";
fout << "// https://github.com/wootguy/resguy\n\n";


Expand Down

0 comments on commit e4a4fa5

Please sign in to comment.