Skip to content

Commit

Permalink
xraylib version 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed May 31, 2011
2 parents 7423c4e + 3d1b97e commit 3850bb3
Show file tree
Hide file tree
Showing 80 changed files with 152,595 additions and 477,956 deletions.
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.15.0 Tom Schoonjans

-Auger probabilities (AugerRate) and its macros
-Revised interpolation scheme of the Kissel PE cross-sections
-M-shell Coster-Kronig transition probabilities
-XRF CS with cascade effects!!
-Atomic level widths


Version 2.14.1 Tom Schoonjans

Bugfixes.
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@



AC_INIT([xraylib],[2.14.1],[[email protected]])
AC_INIT([xraylib],[2.15.0],[[email protected]])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([include/xraylib.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CANONICAL_HOST


LIB_CURRENT=4
LIB_REVISION=1
LIB_AGE=1
LIB_CURRENT=5
LIB_REVISION=0
LIB_AGE=2
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE)
Expand Down
2 changes: 1 addition & 1 deletion data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission.

#THIS SOFTWARE IS PROVIDED BY Tom Schoonjans ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Tom Schoonjans BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
EXTRA_DIST = CS_Compt.dat CS_Photo.dat CS_Rayl.dat FF.dat SF.dat atomicweight.dat coskron.dat edges.dat fi.dat fii.dat fluor_lines.dat fluor_yield.dat jump.dat kissel_pe.dat radrate.dat comptonprofiles.dat
EXTRA_DIST = CS_Compt.dat CS_Photo.dat CS_Rayl.dat FF.dat SF.dat atomicweight.dat coskron.dat edges.dat fi.dat fii.dat fluor_lines.dat fluor_yield.dat jump.dat kissel_pe.dat radrate.dat comptonprofiles.dat atomiclevelswidth.dat auger_rates.dat
Loading

0 comments on commit 3850bb3

Please sign in to comment.