Skip to content

Commit

Permalink
Bump to version 1.0.0.
Browse files Browse the repository at this point in the history
Should implement csmith-project/creduce#160.
  • Loading branch information
marxin committed Apr 23, 2020
1 parent e3cf21c commit 71040e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ check_include_file("unistd.h" HAVE_UNISTD_H)
set(cvise_PACKAGE "cvise")
set(cvise_PACKAGE_BUGREPORT "https://github.com/marxin/cvise/issues")
set(cvise_PACKAGE_NAME "cvise")
set(cvise_PACKAGE_STRING "cvise 0.1.0")
set(cvise_PACKAGE_STRING "cvise 1.0.0")
set(cvise_PACKAGE_TARNAME "cvise")
set(cvise_PACKAGE_URL "https://github.com/marxin/cvise/")
set(cvise_PACKAGE_VERSION "0.1.0")
set(cvise_VERSION "0.1.0")
set(cvise_PACKAGE_VERSION "1.0.0")
set(cvise_VERSION "1.0.0")

# FIXME: Should be determined automatically.
set(YYTEXT_POINTER 1)
Expand Down

0 comments on commit 71040e2

Please sign in to comment.