Skip to content

Commit 56d1068

Browse files
committed
Changed version to 3.3.0
1 parent 6cd0640 commit 56d1068

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nando (3.3.0-1ubuntu4) stable; urgency=medium
2+
3+
* New release
4+
5+
-- bogdan <[email protected]> Mon, 31 Aug 2020 22:00:00 +0300
6+
17
nando (3.2.0-1ubuntu4) stable; urgency=medium
28

39
* Implemented chip autodetection.

debian/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=3.2.0
2+
RELEASE=3.3.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

firmware/programmer/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _VERSION_H_
88

99
#define SW_VERSION_MAJOR 3
10-
#define SW_VERSION_MINOR 2
10+
#define SW_VERSION_MINOR 3
1111
#define SW_VERSION_BUILD 0
1212

1313
#endif

qt/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#ifndef VERSION_H
77
#define VERSION_H
88

9-
#define SW_VERSION "3.2.0"
9+
#define SW_VERSION "3.3.0"
1010

1111
#endif // VERSION_H

windows/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>NANDO</Name>
4-
<Version>2.2.0</Version>
4+
<Version>3.3.0</Version>
55
<Title>NANDO Installer</Title>
66
<Publisher>NANDO</Publisher>
77
<StartMenuDir>NANDO</StartMenuDir>

windows/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
del packages\com.nando.nando\data\*
22
copy ..\bin\* packages\com.nando.nando\data\
33
c:\Qt\5.12.3\mingw73_32\bin\windeployqt.exe packages\com.nando.nando\data\nando.exe
4-
c:\Qt\Tools\QtInstallerFramework\3.0\bin\binarycreator.exe -c config/config.xml -p packages NANDO_Installer.exe
4+
c:\Qt\Tools\QtInstallerFramework\3.0\bin\binarycreator.exe -c config/config.xml -p packages NANDO_Installer.exe

0 commit comments

Comments
 (0)