Skip to content

Commit 10dc48c

Browse files
committed
Changed version to 2.3.0
1 parent 3dab2a5 commit 10dc48c

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@
2020
- Added description of error codes.
2121
### Fixed
2222
- Fixed multiple prints of read ID completed log message.
23+
## [2.3.0] - 2019-05-05
24+
### Added
25+
- Version support.
26+
- Added progress indicator for erase, read and write commands.
27+
### Fixed
28+
- Fixed erase command.
29+
- Fixed read bad block table command.
2330

debian/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nando (2.3.0-1ubuntu4) stable; urgency=medium
2+
3+
* Added version support. Added progress indicator for erase, read and write
4+
commands. Fixed erase command. Fixed read bad block table command.
5+
6+
-- bogdan <bogdan@hp> Sun, 05 May 2019 21:15:57 +0300
7+
18
nando (2.2.0-1ubuntu3) stable; urgency=medium
29

310
* Added Windows support. Implemented description of error codes.

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

firmware/version.h

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

44
#define SW_VERSION_MAJOR 2
5-
#define SW_VERSION_MINOR 2
5+
#define SW_VERSION_MINOR 3
66
#define SW_VERSION_BUILD 0
77

88
#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 "2.2.0"
9+
#define SW_VERSION "2.3.0"
1010

1111
#endif // VERSION_H

0 commit comments

Comments
 (0)