Skip to content

Commit

Permalink
Changed version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed May 5, 2019
1 parent 3dab2a5 commit 10dc48c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@
- Added description of error codes.
### Fixed
- Fixed multiple prints of read ID completed log message.
## [2.3.0] - 2019-05-05
### Added
- Version support.
- Added progress indicator for erase, read and write commands.
### Fixed
- Fixed erase command.
- Fixed read bad block table command.

7 changes: 7 additions & 0 deletions debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nando (2.3.0-1ubuntu4) stable; urgency=medium

* Added version support. Added progress indicator for erase, read and write
commands. Fixed erase command. Fixed read bad block table command.

-- bogdan <bogdan@hp> Sun, 05 May 2019 21:15:57 +0300

nando (2.2.0-1ubuntu3) stable; urgency=medium

* Added Windows support. Implemented description of error codes.
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=2.2.0
RELEASE=2.3.0
FULL_NAME=$BINARY_NAME-$RELEASE
TAR_NAME=$FULL_NAME.tar.gz
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion firmware/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _VERSION_H_

#define SW_VERSION_MAJOR 2
#define SW_VERSION_MINOR 2
#define SW_VERSION_MINOR 3
#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 "2.2.0"
#define SW_VERSION "2.3.0"

#endif // VERSION_H

0 comments on commit 10dc48c

Please sign in to comment.