diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-04 19:41:50 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-04 19:41:50 +0100 |
| commit | 69ab71a50010a0442bcb94bc810f5bda5166c63c (patch) | |
| tree | 8485b22ff9f9cd918b4f5595e6c0dc1ad2620da5 | |
| parent | 7f1357495e2ec9c1432b0f09bb10eeb238664a0f (diff) | |
gitignore
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | src/definitions.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ bin/* +TODO
\ No newline at end of file diff --git a/src/definitions.h b/src/definitions.h index 2bf70ae..491f67c 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -1,7 +1,7 @@ #ifndef INCLUDE_EMBEDDED_RESOURCES #define INCLUDE_EMBEDDED_RESOURCES -#define TS_VERSION "v1.0.0" +#define TS_VERSION "v2.0.0" // Find these with dumpbin [objfile] /SYMBOLS extern "C" |
