Skip to content

Commit

Permalink
Bump the version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Dec 25, 2020
1 parent 2a23cf8 commit 73b28f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 : 20.04`]
- C Compiler Name and Version [e.g. `gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0`]
- Chaos Language Version [e.g. `Chaos Language 0.1.1 (Dec 16 2020 00:59:03)`]
- Chaos Language Version [e.g. `Chaos Language 0.1.2 (Dec 25 2020 16:48:40)`]

**Additional context**
Add any other context about the problem here.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ 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.1.1 (Dec 16 2020 00:59:03)
Chaos Language 0.1.2 (Dec 25 2020 16:48:40)
GCC version: 9.3.0 on linux
Turn chaos into magic!
Expand All @@ -113,7 +113,7 @@ the parsing and execution order using the Abstract Syntax Tree (AST):

```
$ chaos -d
Chaos Language 0.1.1 (Dec 16 2020 00:59:03)
Chaos Language 0.1.2 (Dec 25 2020 16:48:40)
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.1.1 (Dec 16 2020 00:59:03)
Chaos Language 0.1.2 (Dec 25 2020 16:48:40)
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 @@ -26,7 +26,7 @@
#define __KAOS_LANGUAGE_NAME__ "Chaos"
#define __KAOS_VERSION_MAJOR__ 0
#define __KAOS_VERSION_MINOR__ 1
#define __KAOS_VERSION_PATCHLEVEL__ 1
#define __KAOS_VERSION_PATCHLEVEL__ 2
#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 73b28f2

Please sign in to comment.