summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shared/directoryentry.cpp4
-rw-r--r--src/version.rc4
2 files changed, 3 insertions, 5 deletions
diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp
index f34b0566..8509e19b 100644
--- a/src/shared/directoryentry.cpp
+++ b/src/shared/directoryentry.cpp
@@ -35,9 +35,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
namespace MOShared {
-
-static int s_Count = 0;
-
+static const int MAXPATH_UNICODE = 32767;
class OriginConnection {
diff --git a/src/version.rc b/src/version.rc
index f451c936..eb0f3686 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -1,7 +1,7 @@
#include "Winver.h"
-#define VER_FILEVERSION 1,2,17,0
-#define VER_FILEVERSION_STR "1,2,17,0\0"
+#define VER_FILEVERSION 1,2,18,0
+#define VER_FILEVERSION_STR "1,2,18,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION