Skip to content

Commit

Permalink
Bump version to 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neurodroid committed Feb 8, 2018
1 parent 3ed0e0b commit 2081145
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([stimfit],[0.15.4])
AC_INIT([stimfit],[0.15.5])
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.15.4"
version: "0.15.5"

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.15.4"
version: "0.15.5"

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.15.4
VERSION=0.15.5

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.15.4
VERSION=0.15.5

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.15.4"
STFVERSION="0.15.5"
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.15.4.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.15.5.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.15.4.dmg -srcfolder ./stimfit.app -ov -format UDBZ
hdiutil create stimfit-0.15.5.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.15.4</string>
<string>0.15.5</string>
<key>CFBundleShortVersionString</key>
<string>0.15.4</string>
<string>0.15.5</string>
<key>CFBundleGetInfoString</key>
<string>stimfit version 0.15.4, (c) 2003-2011 C. Schmidt-Hieber</string>
<string>stimfit version 0.15.5, (c) 2003-2011 C. Schmidt-Hieber</string>
<key>CFBundleLongVersionString</key>
<string>0.15.4, (c) 2003-2011 C. Schmidt-Hieber</string>
<string>0.15.5, (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.15.4"
!define PRODUCT_VERSION "0.15.5"
!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.15.4
PROJECT_NUMBER = 0.15.5

# 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.15.4'
version = '0.15.5'
# The full version, including alpha/beta/rc tags.
release = '0.15.4'
release = '0.15.5'

# 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.15.4',
version='0.15.5',
description='stfio module',
include_dirs=system_info.default_include_dirs + [
np.get_include()],
Expand Down
4 changes: 2 additions & 2 deletions stfconf.h
Expand Up @@ -5,7 +5,7 @@
#define PACKAGE_NAME "stimfit"

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

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

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.15.4"
#define PACKAGE_VERSION "0.15.5"

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

0 comments on commit 2081145

Please sign in to comment.