summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
Diffstat (limited to 'version')
-rw-r--r--version/version.h2
-rw-r--r--version/version.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/version/version.h b/version/version.h
index 93796a2a..16eeb18d 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace zen
{
-const wxString currentVersion = wxT("3.18"); //internal linkage!
+const wxString currentVersion = wxT("3.19"); //internal linkage!
}
diff --git a/version/version.rc b/version/version.rc
index 4b728f25..fd3faf30 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 3,18,0,0
-#define VER_FREEFILESYNC_STR "3.18\0"
+#define VER_FREEFILESYNC 3,19,0,0
+#define VER_FREEFILESYNC_STR "3.19\0"
bgstack15