From 7903f6c31f7a13c26d97bdf1f7791c5b5804ea84 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 31 Jul 2012 12:05:14 -0700 Subject: This is CrystFEL 0.4.0 --- configure.ac | 2 +- doc/reference/CrystFEL-docs.sgml | 2 +- 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 @@ CrystFEL Reference Manual - For libcrystfel from CrystFEL 0.3.0. + For libcrystfel from CrystFEL 0.4.0. 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 \ -- cgit v1.2.3