Skip to content

Commit 26d68bd

Browse files
committed
version print
1 parent 2675162 commit 26d68bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ install: all
2626
install -d $(PREFIX)/include
2727
install -d $(PREFIX)/lib
2828
install -d $(FRAGLIB)/databases
29-
install -d $(FRAGLIB)/flex_efp_protein
29+
install -d $(FRAGLIB)/flex_efp_protein
3030
install -m 0755 efpmd/src/efpmd $(PREFIX)/bin
31-
install -m 0644 tools/* $(PREFIX)/bin
31+
install -m 0644 tools/* $(PREFIX)/bin
3232
install -m 0644 src/efp.h $(PREFIX)/include
3333
install -m 0644 src/libefp.a $(PREFIX)/lib
3434
install -m 0644 fraglib/*.efp $(FRAGLIB)
3535
install -m 0644 fraglib/makefp.inp $(FRAGLIB)
3636
install -m 0644 fraglib/databases/* $(FRAGLIB)/databases
37-
install -m 0644 fraglib/flex_efp_protein/* $(FRAGLIB)/flex_efp_protein
37+
install -m 0644 fraglib/flex_efp_protein/* $(FRAGLIB)/flex_efp_protein
3838

3939

4040
dist:

src/efp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ efp_banner(void)
17281728
" - Kaliman and Slipchenko, JCC 2015.\n"
17291729
" DOI: http://dx.doi.org/10.1002/jcc.23772\n"
17301730
"\n"
1731-
"Project web site: https://libefp.github.io/\n";
1731+
"Project web site: https://github.com/libefp2/libefp/\n";
17321732

17331733
return banner;
17341734
}

src/efp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern "C" {
4040
#endif
4141

4242
/** Version string. */
43-
#define LIBEFP_VERSION_STRING "1.5.0"
43+
#define LIBEFP_VERSION_STRING "1.7.2"
4444

4545
/** Result of an operation. */
4646
enum efp_result {

0 commit comments

Comments
 (0)