aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-04-14 14:14:17 +0200
committerThomas White <taw@physics.org>2014-04-14 14:14:17 +0200
commit71d34176e3eff9c4630da1510fd55eeffcd794b7 (patch)
treeeb3865ca6163d3ff6b48fc916792d8a705efef0a
parentbb4549e8ba465100656d7ed5f94e3833cca8dcb7 (diff)
This is CrystFEL 0.5.3a0.5.3a
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f9f9c702..3aedc883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+CrystFEL version 0.5.3a, 14th April 2014
+----------------------------------------
+
+- A problem with ambigator's option processing was fixed.
+
+
CrystFEL version 0.5.3, 9th April 2014
--------------------------------------
diff --git a/configure.ac b/configure.ac
index bdc8ed66..6f91bf68 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.3],[taw@physics.org])
+AC_INIT([crystfel],[0.5.3a],[taw@physics.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])