From aeb3f793c9a1ff75c880f4fdb1d05993fc965540 Mon Sep 17 00:00:00 2001 From: Norbert Pfeiler Date: Thu, 23 Apr 2015 23:12:52 +0200 Subject: [PATCH] update version --- installer/aur/PKGBUILD | 4 ++-- installer/install32.iss | 2 +- installer/install64.iss | 2 +- installer/knossos-nightly/DEBIAN/control | 2 +- installer/knossos/DEBIAN/control | 4 ++-- version.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/installer/aur/PKGBUILD b/installer/aur/PKGBUILD index 664954fd7..cc4479ab8 100644 --- a/installer/aur/PKGBUILD +++ b/installer/aur/PKGBUILD @@ -3,8 +3,8 @@ # KNOSSOS saves its user preferences in $HOME/.config/MPIMF/ pkgname=knossos -pkgver=4.1.1 -pkgrel=3 +pkgver=4.1.2 +pkgrel=1 arch=('x86_64') pkgdesc="A software tool for the visualization and annotation of 3D image data. It was developed for the rapid reconstruction of neural morphology and connectivity." url="http://www.knossostool.org/" diff --git a/installer/install32.iss b/installer/install32.iss index 175a8d757..63532709b 100644 --- a/installer/install32.iss +++ b/installer/install32.iss @@ -1,5 +1,5 @@ #define MyAppName "Knossos" -#define MyAppVersion "4.1.1" +#define MyAppVersion "4.1.2" #define MyAppPublisher "Knossos" #define MyAppURL "http://www.knossostool.org" #define MyAppExeName "knossos32.exe" diff --git a/installer/install64.iss b/installer/install64.iss index 1a0da97d8..fc5525dbc 100644 --- a/installer/install64.iss +++ b/installer/install64.iss @@ -1,5 +1,5 @@ #define MyAppName "Knossos" -#define MyAppVersion "4.1.1" +#define MyAppVersion "4.1.2" #define MyAppPublisher "Knossos" #define MyAppURL "http://www.knossostool.org" #define MyAppExeName "knossos64.exe" diff --git a/installer/knossos-nightly/DEBIAN/control b/installer/knossos-nightly/DEBIAN/control index fc492d06e..051ef91d4 100644 --- a/installer/knossos-nightly/DEBIAN/control +++ b/installer/knossos-nightly/DEBIAN/control @@ -3,7 +3,7 @@ Version: 4.2alpha Section: misc Priority: extra Architecture: amd64 -Installed-Size: 73604 +Installed-Size: Maintainer: Norbert Pfeiler Description: 3D image visualisation and annotation tool Homepage: http://www.knossostool.org diff --git a/installer/knossos/DEBIAN/control b/installer/knossos/DEBIAN/control index 6f6a2a6b1..e08e0681b 100644 --- a/installer/knossos/DEBIAN/control +++ b/installer/knossos/DEBIAN/control @@ -1,9 +1,9 @@ Package: knossos -Version: 4.1.1 +Version: 4.1.2 Section: misc Priority: extra Architecture: amd64 -Installed-Size: 53028 +Installed-Size: Maintainer: Norbert Pfeiler Description: 3D image visualisation and annotation tool Homepage: http://www.knossostool.org diff --git a/version.h b/version.h index 7039d0761..66bb1bf58 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef VERSION_H #define VERSION_H -#define KVERSION "4.1.1" +#define KVERSION "4.1.2" #endif//VERSION_H