Skip to content

Commit

Permalink
Update file versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Oct 3, 2024
1 parent 0597655 commit 4a1e95d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ doc:
@mkdir -p $(ROOT)/doc/html
@mkdir -p $(ROOT)/doc/latex
doxygen sbg/SBG.doxyfile
doxygen sbg/util/UTIL.doxyfile
doxygen util/UTIL.doxyfile

test: lib-gtest $(SBG_TEST)

Expand Down
2 changes: 1 addition & 1 deletion eval/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void usage()

void version()
{
std::cout << "SBG library v3.0\n";
std::cout << "SBG library v3.0.0" << std::endl;
std::cout << "License GPLv3+: GNU GPL version 3 or later"
<< " <http://gnu.org/licenses/gpl.html>\n";
std::cout << "This is free software: you are free to change and redistribute"
Expand Down
2 changes: 1 addition & 1 deletion parser/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void usage()

void version()
{
std::cout << "SBG library v3.0\n";
std::cout << "SBG library v3.0.0" << std::endl;
std::cout << "License GPLv3+: GNU GPL version 3 or later"
<< " <http://gnu.org/licenses/gpl.html>\n";
std::cout << "This is free software: you are free to change and redistribute"
Expand Down
2 changes: 1 addition & 1 deletion sbg/SBG.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Set-Based Graph Library
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 3.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion util/UTIL.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Util Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 3.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 4a1e95d

Please sign in to comment.