Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Stimfit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Alois SCHLOEGL
Stimfit
Commits
5452ad1e
Commit
5452ad1e
authored
Mar 31, 2015
by
Christoph Schmidt-Hieber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.14.8
parent
a6317583
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
16 deletions
+16
-16
configure.ac
configure.ac
+1
-1
dist/debian/mkdeb.sh
dist/debian/mkdeb.sh
+1
-1
dist/debian/mkquick.sh
dist/debian/mkquick.sh
+1
-1
dist/macosx/macports/insert_checksums.sh
dist/macosx/macports/insert_checksums.sh
+1
-1
dist/macosx/package.pmdoc/index.xml
dist/macosx/package.pmdoc/index.xml
+1
-1
dist/macosx/scripts/mkimage.sh
dist/macosx/scripts/mkimage.sh
+1
-1
dist/macosx/stimfit.plist.in
dist/macosx/stimfit.plist.in
+4
-4
dist/windows/VS2008/Stimfit/Stimfit.suo
dist/windows/VS2008/Stimfit/Stimfit.suo
+0
-0
dist/windows/nsis/installer.nsi
dist/windows/nsis/installer.nsi
+1
-1
doc/Doxyfile
doc/Doxyfile
+1
-1
doc/sphinx/conf.py
doc/sphinx/conf.py
+2
-2
stfconf.h
stfconf.h
+2
-2
No files found.
configure.ac
View file @
5452ad1e
AC_INIT([stimfit],[0.14.
7
])
AC_INIT([stimfit],[0.14.
8
])
AC_CONFIG_SRCDIR(src/stimfit/gui/main.cpp)
AM_INIT_AUTOMAKE([1.11])
AM_SILENT_RULES([yes])
...
...
dist/debian/mkdeb.sh
View file @
5452ad1e
#! /bin/bash
VERSION
=
0.14.
7
VERSION
=
0.14.
8
make dist
mkdir
-p
../deb/
...
...
dist/debian/mkquick.sh
View file @
5452ad1e
#! /bin/bash
VERSION
=
0.14.
7
VERSION
=
0.14.
8
make dist
mkdir
-p
../deb/
...
...
dist/macosx/macports/insert_checksums.sh
View file @
5452ad1e
#! /bin/bash
STFVERSION
=
"0.14.
7
"
STFVERSION
=
"0.14.
8
"
MPDIR
=
`
pwd
`
if
[
"
$1
"
!=
""
]
;
then
...
...
dist/macosx/package.pmdoc/index.xml
View file @
5452ad1e
<pkmkdoc
spec=
"1.12"
><properties><title>
stimfit
</title><build>
/Users/cs/stimfit-0.14.7.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>
\ No newline at end of file
<pkmkdoc
spec=
"1.12"
><properties><title>
stimfit
</title><build>
/Users/cs/stimfit-0.14.8.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>
\ No newline at end of file
dist/macosx/scripts/mkimage.sh
View file @
5452ad1e
#! /bin/bash
hdiutil create stimfit-0.14.
7
.dmg
-srcfolder
./stimfit.app
-ov
-format
UDBZ
hdiutil create stimfit-0.14.
8
.dmg
-srcfolder
./stimfit.app
-ov
-format
UDBZ
dist/macosx/stimfit.plist.in
View file @
5452ad1e
...
...
@@ -26,13 +26,13 @@
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
0.14.
7
</string>
<string>
0.14.
8
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.14.
7
</string>
<string>
0.14.
8
</string>
<key>
CFBundleGetInfoString
</key>
<string>
stimfit version 0.14.
7
, (c) 2003-2011 C. Schmidt-Hieber
</string>
<string>
stimfit version 0.14.
8
, (c) 2003-2011 C. Schmidt-Hieber
</string>
<key>
CFBundleLongVersionString
</key>
<string>
0.14.
7
, (c) 2003-2011 C. Schmidt-Hieber
</string>
<string>
0.14.
8
, (c) 2003-2011 C. Schmidt-Hieber
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
Copyright 2003-2011 C. Schmidt-Hieber
</string>
<key>
LSRequiresCarbon
</key>
...
...
dist/windows/VS2008/Stimfit/Stimfit.suo
View file @
5452ad1e
No preview for this file type
dist/windows/nsis/installer.nsi
View file @
5452ad1e
...
...
@@ -13,7 +13,7 @@ SetCompressor lzma
;--------------------------------
!include LogicLib.nsh
!define PRODUCT_VERSION "0.14.
7
"
!define PRODUCT_VERSION "0.14.
8
"
!define WXW_VERSION "3.0.2.0"
!define WXW_VERSION_DIR "3.0.2"
!define WXW_VERSION_SHORT "30"
...
...
doc/Doxyfile
View file @
5452ad1e
...
...
@@ -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.14.
7
PROJECT_NUMBER = 0.14.
8
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
doc/sphinx/conf.py
View file @
5452ad1e
...
...
@@ -49,9 +49,9 @@ copyright = u'2014, Christoph Schmidt-Hieber'
# built documents.
#
# The short X.Y version.
version
=
'0.14.
7
'
version
=
'0.14.
8
'
# The full version, including alpha/beta/rc tags.
release
=
'0.14.
7
'
release
=
'0.14.
8
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
stfconf.h
View file @
5452ad1e
...
...
@@ -5,7 +5,7 @@
#define PACKAGE_NAME "stimfit"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "stimfit 0.14.
7
"
#define PACKAGE_STRING "stimfit 0.14.
8
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "stimfit"
...
...
@@ -14,7 +14,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.14.
7
"
#define PACKAGE_VERSION "0.14.
8
"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment