Skip to content

Commit

Permalink
chore: update project name and reset version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima authored Feb 24, 2024
1 parent 7491860 commit a5b9447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# clang-demo
# cmake-demo

Clang demo programs with introduction to **CMake** configuration for building and running **C** and **C++** programs.
Introduction to **CMake** configuration for building and running simple demo **C** and **C++** programs.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "clang-demo",
"version": "0.1.0"
"name": "cmake-demo",
"version": "0.0.0"
}

0 comments on commit a5b9447

Please sign in to comment.