diff options
author | Thomas White <taw@physics.org> | 2014-04-09 16:33:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-09 16:33:47 +0200 |
commit | b123d2b9d900c9049de0a1110e0909f070db3a3a (patch) | |
tree | ae415dc9265d3bc84f1caa98dee3d53844d7f054 /libcrystfel | |
parent | a8ab749077e77fee84e407b46ca0aa5396206775 (diff) |
This is CrystFEL 0.5.30.5.3
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 5cde4524..7d028b20 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@ -libcrystfel_la_LDFLAGS = -version-info 3:0:0 +libcrystfel_la_LDFLAGS = -version-info 4: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 \ |