diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-31 12:05:14 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-31 12:31:03 -0700 |
commit | 7903f6c31f7a13c26d97bdf1f7791c5b5804ea84 (patch) | |
tree | 9e24d95b2a13782f3dd3eb8b79b20b9984303b33 | |
parent | 1407c7f05a3dfd491aab716113131a8456e9e834 (diff) |
This is CrystFEL 0.4.00.4.0
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/CrystFEL-docs.sgml | 2 | ||||
-rw-r--r-- | libcrystfel/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 79cd77ce..4d039b43 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.3.0, taw@physics.org) +AC_INIT(crystfel, 0.4.0, taw@physics.org) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index ab83e43a..89b4832e 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -8,7 +8,7 @@ <bookinfo> <title>CrystFEL Reference Manual</title> <releaseinfo> - For libcrystfel from CrystFEL 0.3.0. + For libcrystfel from CrystFEL 0.4.0. </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 bd84ceff..d55f6e74 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=0:0:0 +libcrystfel_la_LDFLAGS = -version-info 1: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 \ |