From e262bcc72adf952f8799d424e7c156d5ec7da055 Mon Sep 17 00:00:00 2001 From: Marcin Wojdyr Date: Sat, 6 Aug 2022 23:39:20 +0200 Subject: [PATCH] version 1.3.2 --- CMakeLists.txt | 4 ++-- NEWS | 5 +++++ configure.ac | 2 +- doc/conf.py | 2 +- release.sh | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62f99156..63032445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -221,9 +221,9 @@ set_target_properties(fityk PROPERTIES SOVERSION 4 VERSION 4.0.0) add_executable(cfityk cli/gnuplot.cpp cli/main.cpp) target_link_libraries(cfityk fityk) -#add_definitions(-DVERSION="1.3.1") +#add_definitions(-DVERSION="1.3.2") set_target_properties (fityk cfityk PROPERTIES - COMPILE_DEFINITIONS VERSION="1.3.1") + COMPILE_DEFINITIONS VERSION="1.3.2") if(MSVC90) # compiling with VS2008? It's most likely for Python 2.7. diff --git a/NEWS b/NEWS index e88cb8b3..be7a5479 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +User-visible changes in version 1.3.2 (2022-08-06): +* SNIP background (Cristiano Fontana) +* GUI: fixed layout with GTK3 +* bug fixes + User-visible changes in version 1.3.1 (2016-12-21): * GUI: more options in the peak-top menu * GUI: Tools > XPS KE <-> BE diff --git a/configure.ac b/configure.ac index 56b336c7..32742cc0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([fityk],[1.3.1]) +AC_INIT([fityk],[1.3.2]) LIBRARY_VERSION_FLAG="-version-info 4:0:0" AC_CONFIG_SRCDIR([fityk/voigt.h]) diff --git a/doc/conf.py b/doc/conf.py index 8f1847d7..bf1b8678 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,7 +20,7 @@ source_encoding = 'utf-8' master_doc = 'fityk-manual' project = 'Fityk' -version = '1.3.1' +version = '1.3.2' release = version default_role = None suppress_warnings = ["ref.option"] diff --git a/release.sh b/release.sh index 97c85b1b..6066983d 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,6 @@ #!/bin/bash -version=1.3.1 +version=1.3.2 MINGW_DIR=mingw-build