summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
Diffstat (limited to 'version')
-rw-r--r--version/version.h2
-rw-r--r--version/version.rc2
2 files changed, 1 insertions, 3 deletions
diff --git a/version/version.h b/version/version.h
index f5718e9d..87a9f882 100644
--- a/version/version.h
+++ b/version/version.h
@@ -3,7 +3,7 @@
namespace zen
{
-const wchar_t currentVersion[] = L"5.12"; //internal linkage!
+const wchar_t currentVersion[] = L"5.13"; //internal linkage!
}
#endif
diff --git a/version/version.rc b/version/version.rc
deleted file mode 100644
index c5196a6f..00000000
--- a/version/version.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-#define FREEFILESYNC_VER 5,12,0,0
-#define FREEFILESYNC_VER_STR "5.12\0"
bgstack15