From 3fd888cbd55078272ac7487d23a56eb7c573087e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Ero=C4=9Flu?= Date: Fri, 24 Apr 2020 00:40:53 +0300 Subject: [PATCH] Set version --- README.md | 2 +- statics.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d40bd6c..c3438e3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Options: --http-port=PORT: Specifies HTTP server port. --server-port=PORT: Specifies WS server port. --gotty-port=PORT: Specifies Gotty server port. - --readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.) + --readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.) --verbose, -V: Enables verbose output. ``` diff --git a/statics.py b/statics.py index 4797dc0..f688b83 100644 --- a/statics.py +++ b/statics.py @@ -8,7 +8,7 @@ # Licensed under GNU/GPLv3 # Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) -VERSION = [0, 0, 19, "git"] +VERSION = [0, 0, 19, "alpha"] """ GDB-Frontend GUI modes.