summaryrefslogtreecommitdiffhomepage
path: root/src/dll.rc
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-04-24 04:24:20 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-04-24 04:24:20 +0100
commita381eb23a3955d402b6c6607adbcbb3e7cdd31c5 (patch)
treee45fd6313b2b758bdade2b6efc94190189dcf8f1 /src/dll.rc
parent82aee3171eaa1d9a6eb69242655fd972bdd0b07b (diff)
Preemptively bump version to 0.3
No idea when the next release will happen yet, but this might as well happen now to avoid forgetting later.
Diffstat (limited to 'src/dll.rc')
-rw-r--r--src/dll.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dll.rc b/src/dll.rc
index 59f5354..fa62277 100644
--- a/src/dll.rc
+++ b/src/dll.rc
@@ -19,7 +19,7 @@ BEGIN
VALUE "FileDescription", LONGNAME
VALUE "FileVersion", VERSION
VALUE "InternalName", NAME
- VALUE "LegalCopyright", "Copyright (C) 2021 Michael Smith and others. All rights reserved."
+ VALUE "LegalCopyright", "Copyright (C) 2022 multiple authors. Refer to the included LICENCE file."
VALUE "ProductName", LONGNAME
VALUE "ProductVersion", VERSION
END