Skip to content

Commit 69085b8

Browse files
committed
added rev num
1 parent 13f33e4 commit 69085b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.4.7
2+
version=4.4.8
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=AVR generic menu/interactivity system

src/menuBase.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ www.r-site.net
3333
#define _MAX(a,b) (((a)>(b))?(a):(b))
3434

3535
namespace Menu {
36+
constexpr int menuVersion[3]=[4,4,8];
37+
3638
//menu structure objects
3739
class menuIn;
3840
class menuOut;

0 commit comments

Comments
 (0)