We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93477b commit b59127aCopy full SHA for b59127a
browser-version.h
@@ -2,7 +2,7 @@
2
3
#define OBS_BROWSER_VERSION_MAJOR 2
4
#define OBS_BROWSER_VERSION_MINOR 26
5
-#define OBS_BROWSER_VERSION_PATCH 6
+#define OBS_BROWSER_VERSION_PATCH 7
6
7
#ifndef MAKE_SEMANTIC_VERSION
8
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
0 commit comments