diff options
author | Thomas White <taw@physics.org> | 2014-09-09 13:49:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-11 13:15:17 +0200 |
commit | 59f4e2c073497588219ee103e1b4c106478d598a (patch) | |
tree | cc3a3dfc136dc84f5d52c1586d09b6308cd8f6b9 | |
parent | 4c9a7c37b3f8cd4b08d9719c3f2dee7905e74eb7 (diff) |
This is CrystFEL 0.5.4acrystfel-0.5
-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]) |