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 | |
parent | a8ab749077e77fee84e407b46ca0aa5396206775 (diff) |
This is CrystFEL 0.5.30.5.3
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/libcrystfel/CrystFEL-docs.sgml | 2 | ||||
-rw-r--r-- | libcrystfel/Makefile.am | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -Changes in this development version ------------------------------------ +CrystFEL version 0.5.3, 9th April 2014 +-------------------------------------- - ambigator and cell_explorer were added. - get_hkl -w was fixed, and the option --no-need-all-parts added. diff --git a/configure.ac b/configure.ac index 16df323d..bdc8ed66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([crystfel],[0.5.2],[taw@physics.org]) +AC_INIT([crystfel],[0.5.3],[taw@physics.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/libcrystfel/CrystFEL-docs.sgml b/doc/reference/libcrystfel/CrystFEL-docs.sgml index b95d4c34..a29de7d3 100644 --- a/doc/reference/libcrystfel/CrystFEL-docs.sgml +++ b/doc/reference/libcrystfel/CrystFEL-docs.sgml @@ -8,7 +8,7 @@ <bookinfo> <title>CrystFEL Reference Manual</title> <releaseinfo> - For libcrystfel from CrystFEL 0.5.2. + For libcrystfel from CrystFEL 0.5.3. </releaseinfo> <abstract> This is the internal documentation for CrystFEL. Unless you are looking at 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 \ |