Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed Dec 21, 2020
1 parent 8a881bd commit 8e155b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nando (3.4.0-1ubuntu4) stable; urgency=medium

* New release

-- bogdan <[email protected]> Sun, 20 Dec 2020 22:00:00 +0300

nando (3.3.0-1ubuntu4) stable; urgency=medium

* New release
Expand Down
2 changes: 1 addition & 1 deletion debian/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME=nando
RELEASE=3.3.0
RELEASE=3.4.0
FULL_NAME=$BINARY_NAME-$RELEASE
TAR_NAME=$FULL_NAME.tar.gz
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion firmware/bootloader/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _VERSION_H_

#define SW_VERSION_MAJOR 3
#define SW_VERSION_MINOR 2
#define SW_VERSION_MINOR 4
#define SW_VERSION_BUILD 0

#endif
2 changes: 1 addition & 1 deletion firmware/programmer/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _VERSION_H_

#define SW_VERSION_MAJOR 3
#define SW_VERSION_MINOR 3
#define SW_VERSION_MINOR 4
#define SW_VERSION_BUILD 0

#endif
2 changes: 1 addition & 1 deletion qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifndef VERSION_H
#define VERSION_H

#define SW_VERSION "3.3.0"
#define SW_VERSION "3.4.0"

#endif // VERSION_H

0 comments on commit 8e155b9

Please sign in to comment.