Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2016-07-26 15:54:27 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2016-07-26 15:54:27 +0300
commit03a90bf03fcb98b55e6038cfcbbead60b1c428e4 (patch)
tree55db158d72ff2b3df2a096e18411521f11cf61d4 /shell_integration
parentff7b2381e91be69a870c92f061975523654c1e89 (diff)
shell/windows: Build 43, add missing 32 bit binaries
Also include a minor change from #5025
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/windows/OCUtil/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_integration/windows/OCUtil/Version.h b/shell_integration/windows/OCUtil/Version.h
index a98cb62ac..0197a47ad 100644
--- a/shell_integration/windows/OCUtil/Version.h
+++ b/shell_integration/windows/OCUtil/Version.h
@@ -2,7 +2,7 @@
// This is the number that will end up in the version window of the DLLs.
// Increment this version before committing a new build if you are today's shell_integration build master.
-#define OCEXT_BUILD_NUM 42
+#define OCEXT_BUILD_NUM 43
#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)