Skip to content

Commit

Permalink
Bump version to 0.6.1 and update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
thwill1000 committed Sep 28, 2024
1 parent 66a4ae8 commit 5c46d52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
---------

Version 0.6.1 - 28-Sep-2024:
- Fixed bug where would show endless 'Cannot determine terminal size' errors.
- Minor corrections to v0.6.0 ChangeLog entry.

Version 0.6.0 - 4-Feb-2024:
- Added BIN2STR$() and STR2BIN() functions.
- Added MM.INFO(LINE) function to return the number of the current line.
Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export version="0.5.0"
export version="0.6.1"
export arch=`uname -m`
export distrib=mmb4l-${version}-${arch}

Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define MM_DEVICE "MMB4L"
#define MM_MAJOR 0
#define MM_MINOR 6
#define MM_MICRO 300
#define MM_MICRO 301
#define MM_VERSION (MM_MAJOR * 1000000000) + (MM_MINOR * 10000000) + (MM_MICRO) * 10000 + BUILD_NUMBER
#define BUILD_NUMBER 0 // Currently always 0.
#define COPYRIGHT "Copyright 2011-2024 Geoff Graham\r\n" \
Expand Down

0 comments on commit 5c46d52

Please sign in to comment.