typo in version

This commit is contained in:
fiplox 2022-01-04 13:13:53 +01:00
parent 810c64caa9
commit 5161fa2e38
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ CFLAGS = -Wall -Wextra -Werror -O3
NAME = code-analyzer
AUTHOR = Volodymyr_Patuta
VERSION = 0.1
VERSION = 1.0.0
SRCDIR = ./src

View File

@ -1,4 +1,4 @@
version "1.0.1"
version "1.0.0"
package "code-analyzer"
purpose "Analyze source code in a form of a graph.