Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Nov 17, 2017
1 parent f8f6c47 commit fcd2a92
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
Binary file added cacao-logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
#

m4_define([PROGNAME], CACAO)
m4_define([PVERSION], 3.4.00)
m4_define([PROGNAME], cacao)
m4_define([PVERSION], 0.1.00)

AC_INIT([PROGNAME], [PVERSION], [oliv.guyon@gmail.com], [PROGNAME])
AC_INIT([PROGNAME], [PVERSION], [https://github.com/CACAO-org/CACAO/issues], [PROGNAME])

AC_PREREQ(2.61)
#AC_CONFIG_HEADER([config.h])
Expand Down
5 changes: 2 additions & 3 deletions src/CLImain.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@

int main(int argc, char *argv[])
{
char *AppName = "cacao";

printf("WELCOME to CACAO\n\n");
runCLI(argc, argv);

runCLI(argc, argv, AppName);

return 0;
}
2 changes: 1 addition & 1 deletion src/COREMOD_memory
2 changes: 1 addition & 1 deletion src/CommandLineInterface

0 comments on commit fcd2a92

Please sign in to comment.