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)
221
221
add_executable (cfityk cli/gnuplot.cpp cli/main.cpp )
222
222
target_link_libraries (cfityk fityk )
223
223
224
- #add_definitions(-DVERSION="1.3.1 ")
224
+ #add_definitions(-DVERSION="1.3.2 ")
225
225
set_target_properties (fityk cfityk PROPERTIES
226
- COMPILE_DEFINITIONS VERSION = "1.3.1 " )
226
+ COMPILE_DEFINITIONS VERSION = "1.3.2 " )
227
227
228
228
229
229
if (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
+
1
6
User-visible changes in version 1.3.1 (2016-12-21):
2
7
* GUI: more options in the peak-top menu
3
8
* GUI: Tools > XPS KE <-> BE
Original file line number Diff line number Diff line change 1
1
# Process this file with autoconf to produce a configure script.
2
2
3
- AC_INIT ( [ fityk] ,[ 1.3.1 ] )
3
+ AC_INIT ( [ fityk] ,[ 1.3.2 ] )
4
4
LIBRARY_VERSION_FLAG="-version-info 4:0:0"
5
5
6
6
AC_CONFIG_SRCDIR ( [ fityk/voigt.h] )
Original file line number Diff line number Diff line change 20
20
source_encoding = 'utf-8'
21
21
master_doc = 'fityk-manual'
22
22
project = 'Fityk'
23
- version = '1.3.1 '
23
+ version = '1.3.2 '
24
24
release = version
25
25
default_role = None
26
26
suppress_warnings = ["ref.option" ]
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- version=1.3.1
3
+ version=1.3.2
4
4
5
5
MINGW_DIR=mingw-build
6
6
You can’t perform that action at this time.
0 commit comments