Skip to content

Commit

Permalink
update to 3.5.0 for bigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Apr 17, 2019
1 parent 7299a45 commit 3f772ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
print('removing built')
for f in listdir('./maps'):
map = (getcwd()+'\\maps\\'+f)
built = (getcwd()+'\\built\\co_36_resistance3-4-2'+f)
built = (getcwd()+'\\built\\co_36_resistance3-5-0'+f)
commonFile = (getcwd()+'\\common')
copy_tree(commonFile, built)
copy_tree(map, built)
Expand Down
2 changes: 1 addition & 1 deletion common/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "outlw_magRepack\MagRepack_config.hpp"
#include "CHVD\dialog.hpp"

briefingName = "Resistance 3.4.2";
briefingName = "Resistance 3.5.0";
onLoadName = "Resistance";
overviewText = "Resistance, gather what you can to take back your land";
author = "INF_Mike64 Inspired by Kitch";
Expand Down

0 comments on commit 3f772ad

Please sign in to comment.