diff --git a/build.py b/build.py index 21731e9..4720a7a 100644 --- a/build.py +++ b/build.py @@ -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) diff --git a/common/description.ext b/common/description.ext index 8960f0b..30ccee9 100644 --- a/common/description.ext +++ b/common/description.ext @@ -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";