Skip to content

Commit

Permalink
Bump the version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Nov 30, 2020
1 parent 9e251b8 commit 5996655
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
- CPU Architecture: [e.g. `x86_64`]
- Operating System - Distro : Version/Build: [e.g. `Linux - Ubuntu : 18.04`]
- C Compiler Name and Version [e.g. `gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0`]
- Chaos Language Version [e.g. `Chaos Language 0.0.1-alpha (Dec 23 2019 04:18:23)`]
- Chaos Language Version [e.g. `Chaos Language 0.1.0 (Nov 30 2020 04:39:36)`]

**Additional context**
Add any other context about the problem here.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ Type "apropos word" to search for commands related to "word".
Reading symbols from chaos...done.
(gdb) run
Starting program: /home/mertyildiran/Documents/chaos/chaos
Chaos Language 0.0.1-alpha (Dec 26 2019 02:37:16)
GCC version: 7.4.0 on linux
Chaos Language 0.1.0 (Nov 30 2020 04:39:36)
GCC version: 9.3.0 on linux
Turn chaos into magic!
kaos> list a = [1, 2, 3]
Expand All @@ -113,7 +113,7 @@ the parsing and execution order using the Abstract Syntax Tree (AST):

```
$ chaos -d
Chaos Language 0.0.1-alpha (Aug 16 2020 21:18:05)
Chaos Language 0.1.0 (Nov 30 2020 04:39:36)
GCC version: 9.3.0 on linux
Turn chaos into magic!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ make install
```shell
$ chaos
Chaos Language 0.0.1-alpha (Sep 18 2020 03:03:40)
Chaos Language 0.1.0 (Nov 30 2020 04:39:36)
GCC version: 9.3.0 on linux
Turn chaos into magic!
Expand Down
2 changes: 1 addition & 1 deletion utilities/language.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define KAOS_LANGUAGE_H

#define __KAOS_LANGUAGE_NAME__ "Chaos"
#define __KAOS_LANGUAGE_VERSION__ "0.0.1-alpha"
#define __KAOS_LANGUAGE_VERSION__ "0.1.0"
#define __KAOS_LANGUAGE_FILE_EXTENSION__ "kaos"
#define __KAOS_LANGUAGE_MOTTO__ "Turn chaos into magic!"
#define __KAOS_LANGUAGE_KEYWORD_COUNT__ 33
Expand Down

0 comments on commit 5996655

Please sign in to comment.