diff options
author | Thomas White <taw@physics.org> | 2015-08-02 23:53:22 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-08-03 14:38:58 +0200 |
commit | ab770f18ff2740c3c1aa94c25eb547f0d60bc4c5 (patch) | |
tree | d99c73d6887906e5e38ef08ffd57111d91c1b749 /libcrystfel | |
parent | e216e29cf182e933a9b7852cb69efec46fc526cb (diff) |
This is CrystFEL 0.6.10.6.1
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index 1a0c3efe..77e5991b 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libcrystfel.la libcrystfel_la_LIBADD = ../lib/libgnu.la @LIBCRYSTFEL_LIBS@ $(PTY_LIB) -libcrystfel_la_LDFLAGS = -version-info 6:0:0 +libcrystfel_la_LDFLAGS = -version-info 7:0:0 libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \ src/thread-pool.c src/image.c src/hdf5-file.c \ |