aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-23 10:25:08 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-23 11:06:25 +0200
commit2a973ff9402dab9d6c751a146a9f83617d0e5211 (patch)
treeaacd0ebae55cbe622974d64b464652ffd65a1268 /project.conf
parent96c9ed391270347c4c7036179fd2815f679ca7cf (diff)
Matrix: start on room tags, fix thread race condition on accessing room variables (name, avatar url, prev batch)
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 3c200db..a5d1157 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "QuickMedia"
type = "executable"
-version = "0.1.0"
+version = "1.0.0"
platforms = ["posix"]
# This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc...