Skip to content

Commit

Permalink
Changed 0.17.25 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-bailey committed Nov 5, 2020
1 parent ffdc4a1 commit 38c74b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT(CVC, [0.17.35], [cvc@shuharisystem.com])
AC_INIT(CVC, [1.0.0], [cvc@shuharisystem.com])
AC_CONFIG_SRCDIR(src)
AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
Expand Down
2 changes: 1 addition & 1 deletion src/Cvc.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef CVC_H_
#define CVC_H_

#define CVC_VERSION "0.17.35"
#define CVC_VERSION "1.0.0"

extern bool gDebug_cvc;
extern bool gSetup_cvc;
Expand Down

0 comments on commit 38c74b0

Please sign in to comment.