Skip to content

Commit

Permalink
Set the initial version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Dec 5, 2023
1 parent 771fa3e commit fc465f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ option(ENABLE_EXAMPLES "Enable examples build" OFF)
option(BUILD_DOCUMENTATION "Build documentation" OFF)

project(graphene
VERSION 0.0.1
VERSION 1.0.0
DESCRIPTION "A header-only c++ library that provides implementation of an abstract graph."
HOMEPAGE_URL "https://github.com/vahancho/graphene")

Expand Down

0 comments on commit fc465f1

Please sign in to comment.