From 5161fa2e386ee1d218b79cdce57a9410fac63626 Mon Sep 17 00:00:00 2001 From: fiplox Date: Tue, 4 Jan 2022 13:13:53 +0100 Subject: [PATCH] typo in version --- Makefile | 2 +- src/cmdline.ggo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17600bc..d77b3b4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS = -Wall -Wextra -Werror -O3 NAME = code-analyzer AUTHOR = Volodymyr_Patuta -VERSION = 0.1 +VERSION = 1.0.0 SRCDIR = ./src diff --git a/src/cmdline.ggo b/src/cmdline.ggo index 7a0be29..e6995d9 100644 --- a/src/cmdline.ggo +++ b/src/cmdline.ggo @@ -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.