Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Sep 5, 2021
1 parent 7bfda3c commit 4710e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project("pei"
VERSION 1.1.0
VERSION 1.2.0
LANGUAGES C)

### Target architecture ###
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void show_version_info()
puts("Developed by Luiz Felipe <[email protected]>\n"
"Distributed under the MIT License.\n\n"

"pei v1.1.0");
"pei v1.2.0");
}

void show_help()
Expand Down

0 comments on commit 4710e12

Please sign in to comment.