Skip to content

Commit

Permalink
Update version to 2.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Oct 18, 2024
1 parent 910617b commit a76b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define OBS_BROWSER_VERSION_MAJOR 2
#define OBS_BROWSER_VERSION_MINOR 24
#define OBS_BROWSER_VERSION_PATCH 3
#define OBS_BROWSER_VERSION_PATCH 4

#ifndef MAKE_SEMANTIC_VERSION
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
Expand Down

0 comments on commit a76b4d8

Please sign in to comment.