Skip to content

Commit 8e155b9

Browse files
committed
Version 3.4.0
1 parent 8a881bd commit 8e155b9

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.4.0-1ubuntu4) stable; urgency=medium
2+
3+
* New release
4+
5+
-- bogdan <[email protected]> Sun, 20 Dec 2020 22:00:00 +0300
6+
17
nando (3.3.0-1ubuntu4) stable; urgency=medium
28

39
* New release

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.3.0
2+
RELEASE=3.4.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

firmware/bootloader/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 4
1111
#define SW_VERSION_BUILD 0
1212

1313
#endif

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 3
10+
#define SW_VERSION_MINOR 4
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.3.0"
9+
#define SW_VERSION "3.4.0"
1010

1111
#endif // VERSION_H

0 commit comments

Comments
 (0)