Skip to content

Commit

Permalink
Bump version to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neurodroid committed Nov 14, 2022
1 parent 7b47d17 commit 61bdf2b
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([stimfit],[0.16.1])
AC_INIT([stimfit],[0.16.2])
AC_CONFIG_SRCDIR(src/stimfit/gui/main.cpp)
AM_INIT_AUTOMAKE([1.11])
AM_SILENT_RULES([yes])
Expand Down
2 changes: 1 addition & 1 deletion dist/conda/py-stfio-debug/meta.yaml
@@ -1,6 +1,6 @@
package:
name: py-stfio-debug
version: "0.16.0"
version: "0.16.2"

source:
# Since this recipe is part of the git repo, the source is just a local path
Expand Down
2 changes: 1 addition & 1 deletion dist/conda/py-stfio/meta.yaml
@@ -1,6 +1,6 @@
package:
name: py-stfio
version: "0.16.0"
version: "0.16.2"

source:
# Since this recipe is part of the git repo, the source is just a local path
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/mkdeb.sh
@@ -1,6 +1,6 @@
#! /bin/bash

VERSION=0.16.0
VERSION=0.16.2

make dist
mkdir -p ../deb/
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/mkquick.sh
@@ -1,6 +1,6 @@
#! /bin/bash

VERSION=0.16.0
VERSION=0.16.2

make dist
mkdir -p ../deb/
Expand Down
2 changes: 1 addition & 1 deletion dist/macosx/macports/insert_checksums.sh
@@ -1,6 +1,6 @@
#! /bin/bash

STFVERSION="0.16.0"
STFVERSION="0.16.2"
MPDIR=`pwd`

if [ "$1" != "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion dist/macosx/package.pmdoc/index.xml
@@ -1 +1 @@
<pkmkdoc spec="1.12"><properties><title>stimfit</title><build>/Users/cs/stimfit-0.16.0.pkg</build><organization>stimfit.org</organization><userSees ui="easy"/><min-target os="2"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description></description><contents><choice title="stimfit" id="choice20" starts_selected="true" starts_enabled="true" starts_hidden="false"><pkgref id="stimfit.org.stimfit.stimfit.pkg"/></choice></contents><resources bg-scale="none" bg-align="bottomright"><locale lang="en"><resource type="license">/Users/cs/stimfit/gpl-2.0.txt</resource></locale></resources><flags/><item type="file">01stimfit.xml</item><mod>properties.systemDomain</mod><mod>properties.title</mod><mod>properties.anywhereDomain</mod><mod>postinstallActions.actions</mod></pkmkdoc>
<pkmkdoc spec="1.12"><properties><title>stimfit</title><build>/Users/cs/stimfit-0.16.2.pkg</build><organization>stimfit.org</organization><userSees ui="easy"/><min-target os="2"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description></description><contents><choice title="stimfit" id="choice20" starts_selected="true" starts_enabled="true" starts_hidden="false"><pkgref id="stimfit.org.stimfit.stimfit.pkg"/></choice></contents><resources bg-scale="none" bg-align="bottomright"><locale lang="en"><resource type="license">/Users/cs/stimfit/gpl-2.0.txt</resource></locale></resources><flags/><item type="file">01stimfit.xml</item><mod>properties.systemDomain</mod><mod>properties.title</mod><mod>properties.anywhereDomain</mod><mod>postinstallActions.actions</mod></pkmkdoc>
2 changes: 1 addition & 1 deletion dist/macosx/scripts/mkimage.sh
@@ -1,3 +1,3 @@
#! /bin/bash

hdiutil create stimfit-0.16.0.dmg -srcfolder ./stimfit.app -ov -format UDBZ
hdiutil create stimfit-0.16.2.dmg -srcfolder ./stimfit.app -ov -format UDBZ
8 changes: 4 additions & 4 deletions dist/macosx/stimfit.plist.in
Expand Up @@ -26,13 +26,13 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.16.0</string>
<string>0.16.2</string>
<key>CFBundleShortVersionString</key>
<string>0.16.0</string>
<string>0.16.2</string>
<key>CFBundleGetInfoString</key>
<string>stimfit version 0.16.0, (c) 2003-2011 C. Schmidt-Hieber</string>
<string>stimfit version 0.16.2, (c) 2003-2011 C. Schmidt-Hieber</string>
<key>CFBundleLongVersionString</key>
<string>0.16.0, (c) 2003-2011 C. Schmidt-Hieber</string>
<string>0.16.2, (c) 2003-2011 C. Schmidt-Hieber</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2003-2011 C. Schmidt-Hieber</string>
<key>LSRequiresCarbon</key>
Expand Down
2 changes: 1 addition & 1 deletion dist/windows/nsis/installer.nsi
Expand Up @@ -13,7 +13,7 @@ SetCompressor lzma
;--------------------------------
!include LogicLib.nsh

!define PRODUCT_VERSION "0.16.0"
!define PRODUCT_VERSION "0.16.2"
!define WXW_VERSION "3.0.2.0"
!define WXW_VERSION_DIR "3.0.2"
!define WXW_VERSION_SHORT "30"
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = Stimfit
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.16.0
PROJECT_NUMBER = 0.16.2

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.16.0'
version = '0.16.2'
# The full version, including alpha/beta/rc tags.
release = '0.16.0'
release = '0.16.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -223,7 +223,7 @@


setup(name='stfio',
version='0.16.0',
version='0.16.2',
description='stfio module',
include_dirs=system_info.default_include_dirs + [
np.get_include()],
Expand Down
6 changes: 3 additions & 3 deletions stfconf.h
Expand Up @@ -44,7 +44,7 @@
#define PACKAGE_NAME "stimfit"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "stimfit 0.16.1"
#define PACKAGE_STRING "stimfit 0.16.2"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "stimfit"
Expand All @@ -53,10 +53,10 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.16.1"
#define PACKAGE_VERSION "0.16.2"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.16.1"
#define VERSION "0.16.2"

0 comments on commit 61bdf2b

Please sign in to comment.