Skip to content

Commit ab5cba3

Browse files
committed
Set version to 3.0
This avoid conflicts with versions of RemarkableLamyEraser that are a part of this repo.
1 parent 459c228 commit ab5cba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Other tools provide similar capabilities to RMStylusButton, but with different f
9797
## Copyright
9898

9999
Copyright 2023-2024 Robert Schroll
100+
<br/>
100101
Copyright 2021-2023 Isaac Wisdom
101102

102103
RMStylusButton is released under the GPLv3. See LICENSE for details.

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ int main(int argc, char *argv[]) {
161161
fprintf(stderr, "Unknown argument %s\n", argv[i]);
162162
}
163163
}
164-
Vprintf("RMStylusButton 3.0-dev\n");
164+
Vprintf("RMStylusButton 3.0\n");
165165
if (toggle_mode)
166166
Vprintf("Mode: toggle\n");
167167

0 commit comments

Comments
 (0)