Skip to content

Commit

Permalink
build(release): bump version to 1.11.0 (#121)
Browse files Browse the repository at this point in the history
* Bump version

* Update setdll binaries

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Bush2021 and github-actions[bot] authored Nov 12, 2024
1 parent e82890a commit 565b5c6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified setdll/chrome++.ini
Binary file not shown.
Binary file modified setdll/chrome++32.dll
Binary file not shown.
Binary file modified setdll/chrome++64.dll
Binary file not shown.
Binary file modified setdll/setdll.7z
Binary file not shown.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef VERSION_H_
#define VERSION_H_

#define RELEASE_VER_MAIN 1
#define RELEASE_VER_SUB 10
#define RELEASE_VER_FIX 0
#define RELEASE_VER_MAIN 1
#define RELEASE_VER_SUB 11
#define RELEASE_VER_FIX 0

#define TOSTRING2(arg) #arg
#define TOSTRING(arg) TOSTRING2(arg)
Expand Down

0 comments on commit 565b5c6

Please sign in to comment.