diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9da2c540..9fe30129 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.1 +current_version = 4.1.2 commit = False tag = False diff --git a/configure.ac b/configure.ac index d03a5b1a..86c38d67 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ -AC_INIT([xraylib],[4.1.1],[Tom.Schoonjans@me.com]) +AC_INIT([xraylib],[4.1.2],[Tom.Schoonjans@me.com]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([include/xraylib.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/idl/libxrlidl.dlm b/idl/libxrlidl.dlm index 8ba01ae4..e18e09f0 100644 --- a/idl/libxrlidl.dlm +++ b/idl/libxrlidl.dlm @@ -16,7 +16,7 @@ MODULE XRAYLIB DESCRIPTION IDL XRAYLIB BINDINGS -VERSION 4.1.1 +VERSION 4.1.2 SOURCE A.Brunetti, M. S. del Rio, T. Schoonjans, T. Ikonen, B. Golosio, A. Simionovici, A. Somogyi diff --git a/java/GoogleAnalyticsThread.java b/java/GoogleAnalyticsThread.java index d8d84867..d28f6770 100644 --- a/java/GoogleAnalyticsThread.java +++ b/java/GoogleAnalyticsThread.java @@ -14,7 +14,7 @@ public class GoogleAnalyticsThread extends Thread { private static final String GOOGLE_ANALYTICS_ENDPOINT = "https://www.google-analytics.com/collect"; private static final String GOOGLE_ANALYTICS_TRACKING_ID = "UA-42595764-5"; private static final String GOOGLE_ANALYTICS_APPLICATION_NAME = "xraylib"; - private static final String GOOGLE_ANALYTICS_APPLICATION_VERSION = "4.1.1"; + private static final String GOOGLE_ANALYTICS_APPLICATION_VERSION = "4.1.2"; private static final String GOOGLE_ANALYTICS_HIT_TYPE = "event"; public void run() { diff --git a/java/build.gradle.in b/java/build.gradle.in index d4474709..b5e2ffba 100644 --- a/java/build.gradle.in +++ b/java/build.gradle.in @@ -12,7 +12,7 @@ plugins { id "biz.aQute.bnd.builder" version "5.3.0" } -version = '4.1.1' +version = '4.1.2' group = 'com.github.tschoonj' sourceCompatibility = '1.8' targetCompatibility = '1.8' diff --git a/meson.build b/meson.build index aabce27b..93e21d1d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('xraylib', 'c', meson_version: '>= 0.56.0', - version: '4.1.1', + version: '4.1.2', license: 'BSD', default_options: ['cpp_std=c++11',] ) diff --git a/xraylib.spec b/xraylib.spec index ba0b6512..9a441b73 100644 --- a/xraylib.spec +++ b/xraylib.spec @@ -18,7 +18,7 @@ %define perl_vendor_autolib %{perl_vendor_archlib}/auto Name: xraylib -Version: 4.1.1 +Version: 4.1.2 Release: 1%{?dist} Summary: A library for X-ray matter interactions cross sections for X-ray fluorescence applications: core C library Group: Applications/Engineering and Scientific