Skip to content

Commit 1bd069e

Browse files
version bump to 1.011A
1 parent 1c0e66f commit 1bd069e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

alphaplot.pro.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 4.11.2, 2020-05-06T05:13:56. -->
3+
<!-- Written by QtCreator 4.11.2, 2020-05-06T19:50:49. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>

alphaplot/src/globals.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
#include <QMetaEnum>
3636
#include <QtDebug>
3737

38-
const int AlphaPlot::AlphaPlot_versionNo = 102020;
39-
const char* AlphaPlot::AlphaPlot_version = "1.01A";
38+
const int AlphaPlot::AlphaPlot_versionNo = 112020;
39+
const char* AlphaPlot::AlphaPlot_version = "1.011A";
4040
const char* AlphaPlot::extra_version = "-alpha";
41-
const char* AlphaPlot::release_date = "April 15, 2020";
41+
const char* AlphaPlot::release_date = "May 07, 2020";
4242
const char* AlphaPlot::homepage_Uri =
4343
"http://alphaplot.sourceforge.net/";
4444
const char* AlphaPlot::manual_Uri =

build/arch/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Maintainer: Arun Narayanankutty <n.arun.lifescience@gmail.com>
22

33
pkgname=alphaplot
4-
pkgver=1.01_alpha_git
4+
pkgver=1.011_alpha_git
55
pkgrel=1
66
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot"
77
url='http://alphaplot.sourceforge.net/'
88
arch=('i686' 'x86_64')
99
license=('GPL2')
1010

1111
# make dependancies
12-
makedepends=('boost' 'cmake' 'qt5-tools')
13-
depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils' 'qt5-datavis3d')
12+
makedepends=('boost' 'cmake' 'qt5-tools' 'qt5-datavis3d')
13+
depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils')
1414

1515
# source download from git repo & prepare
1616
source=(git+https://github.com/narunlifescience/alphaplot.git)

data/splash/splash.png

-801 Bytes
Loading

0 commit comments

Comments
 (0)