We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5306c61 commit c3b1e81Copy full SHA for c3b1e81
browser-version.h
@@ -1,8 +1,8 @@
1
#pragma once
2
3
#define OBS_BROWSER_VERSION_MAJOR 2
4
-#define OBS_BROWSER_VERSION_MINOR 25
5
-#define OBS_BROWSER_VERSION_PATCH 3
+#define OBS_BROWSER_VERSION_MINOR 26
+#define OBS_BROWSER_VERSION_PATCH 0
6
7
#ifndef MAKE_SEMANTIC_VERSION
8
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
0 commit comments