Skip to content

Commit e262bcc

Browse files
committed
version 1.3.2
1 parent d149d30 commit e262bcc

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ set_target_properties(fityk PROPERTIES SOVERSION 4 VERSION 4.0.0)
221221
add_executable(cfityk cli/gnuplot.cpp cli/main.cpp)
222222
target_link_libraries(cfityk fityk)
223223

224-
#add_definitions(-DVERSION="1.3.1")
224+
#add_definitions(-DVERSION="1.3.2")
225225
set_target_properties (fityk cfityk PROPERTIES
226-
COMPILE_DEFINITIONS VERSION="1.3.1")
226+
COMPILE_DEFINITIONS VERSION="1.3.2")
227227

228228

229229
if(MSVC90) # compiling with VS2008? It's most likely for Python 2.7.

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
User-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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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])
44
LIBRARY_VERSION_FLAG="-version-info 4:0:0"
55

66
AC_CONFIG_SRCDIR([fityk/voigt.h])

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
source_encoding = 'utf-8'
2121
master_doc = 'fityk-manual'
2222
project = 'Fityk'
23-
version = '1.3.1'
23+
version = '1.3.2'
2424
release = version
2525
default_role = None
2626
suppress_warnings = ["ref.option"]

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=1.3.1
3+
version=1.3.2
44

55
MINGW_DIR=mingw-build
66

0 commit comments

Comments
 (0)