diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +CrystFEL version 0.5.4a, 9th September 2014 +------------------------------------------- + +- A bug in pattern_sim's handling of symmetry was fixed. +- The documentation for indexamajig --tolerance was updated. + + CrystFEL version 0.5.4, 5th September 2014 ------------------------------------------ diff --git a/configure.ac b/configure.ac index 96625c6e..73181530 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.4],[taw@physics.org]) +AC_INIT([crystfel],[0.5.4a],[taw@physics.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects]) |