diff options
author | Thomas White <taw@physics.org> | 2018-05-15 15:32:09 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-17 14:38:17 +0200 |
commit | 87fd650abf11da75e7abd2ff90821cf7cb041b91 (patch) | |
tree | e70b2890569dd860f4be487e494a50aac791c49e /libcrystfel/Makefile.am | |
parent | 4d9926e230ad3c550d69f78f6e4d95c555fe7639 (diff) |
This is CrystFEL 0.7.00.7.0
Diffstat (limited to 'libcrystfel/Makefile.am')
-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 24cb7358..1d24d353 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 9:0:0 +libcrystfel_la_LDFLAGS = -version-info 10: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 \ |