File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ set_target_properties(fityk PROPERTIES SOVERSION 4 VERSION 4.0.0)
221221add_executable (cfityk cli/gnuplot.cpp cli/main.cpp)
222222target_link_libraries (cfityk fityk)
223223
224- #add_definitions(-DVERSION="1.3.1 ")
224+ #add_definitions(-DVERSION="1.3.2 ")
225225set_target_properties (fityk cfityk PROPERTIES
226- COMPILE_DEFINITIONS VERSION ="1.3.1 " )
226+ COMPILE_DEFINITIONS VERSION ="1.3.2 " )
227227
228228
229229if (MSVC90 ) # compiling with VS2008? It's most likely for Python 2.7.
Original file line number Diff line number Diff line change 1+ User-visible changes in version 1.3.2 (2022-08-06):
2+ * SNIP background (Cristiano Fontana)
3+ * GUI: fixed layout with GTK3
4+ * bug fixes
5+
16User-visible changes in version 1.3.1 (2016-12-21):
27* GUI: more options in the peak-top menu
38* GUI: Tools > XPS KE <-> BE
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
22
3- AC_INIT ( [ fityk] ,[ 1.3.1 ] )
3+ AC_INIT ( [ fityk] ,[ 1.3.2 ] )
44LIBRARY_VERSION_FLAG="-version-info 4:0:0"
55
66AC_CONFIG_SRCDIR ( [ fityk/voigt.h] )
Original file line number Diff line number Diff line change 2020source_encoding = 'utf-8'
2121master_doc = 'fityk-manual'
2222project = 'Fityk'
23- version = '1.3.1 '
23+ version = '1.3.2 '
2424release = version
2525default_role = None
2626suppress_warnings = ["ref.option" ]
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- version=1.3.1
3+ version=1.3.2
44
55MINGW_DIR=mingw-build
66
You can’t perform that action at this time.
0 commit comments