-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
A (very) simple UI lib built on top of OpenCV drawing primitives. | ||
Version: 2.5.0 | ||
Version: 2.5.0-BETA | ||
Copyright (c) 2016 Fernando Bevilacqua <[email protected]> | ||
Licensed under the MIT license. | ||
|
@@ -1032,7 +1032,7 @@ void handleMouse(int theEvent, int theX, int theY, int theFlags, void* theData); | |
#undef RIGHT_BUTTON | ||
|
||
// Lib version | ||
static const char *VERSION = "2.5.0"; | ||
static const char *VERSION = "2.5.0-BETA"; | ||
|
||
const int ROW = 0; | ||
const int COLUMN = 1; | ||
|