Skip to content

Commit

Permalink
Merge pull request #255 from d-m-bailey/cvc-rv
Browse files Browse the repository at this point in the history
Changed program name to cvc_rv to avoid conflict.
  • Loading branch information
d-m-bailey authored Sep 26, 2022
2 parents 1d2fd80 + 6a6fbf3 commit 5ce9390
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ ylwrap
src_py/__pycache__
src_py/.deps
/configure~
src/cvc_rv
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, [1.1.3], [[email protected]])
AC_INIT(CVC_RV, [1.1.4], [[email protected]])
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 "1.1.3"
#define CVC_VERSION "1.1.4"

extern bool gDebug_cvc;
extern bool gSetup_cvc;
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LDFLAGS = -static-libstdc++ -static-libgcc
# the previous manual Makefile
BUILT_SOURCES = cdlParser.hh stack.hh position.hh location.hh
AM_YFLAGS = -d -Wno-yacc
bin_PROGRAMS = cvc
cvc_SOURCES = cvc.cc Cvc.hh \
bin_PROGRAMS = cvc_rv
cvc_rv_SOURCES = cvc.cc Cvc.hh \
cdlParser.yy cdlScanner.ll \
stack.hh position.hh location.hh \
CCdlParserDriver.cc CCdlParserDriver.hh \
Expand Down

0 comments on commit 5ce9390

Please sign in to comment.