Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Aug 6, 2022
1 parent d149d30 commit e262bcc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.1
version=1.3.2

MINGW_DIR=mingw-build

Expand Down

0 comments on commit e262bcc

Please sign in to comment.