Skip to content

Commit

Permalink
"Update ROOT version files to v6.22/02."
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Aug 17, 2020
1 parent 890894f commit 5479ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/version_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.22/01
6.22/02
8 changes: 4 additions & 4 deletions core/base/inc/RVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
*
*/

#define ROOT_RELEASE "6.22/01"
#define ROOT_RELEASE_DATE "Jun 14 2020"
#define ROOT_RELEASE_TIME "17:57:08"
#define ROOT_RELEASE "6.22/02"
#define ROOT_RELEASE_DATE "Aug 17 2020"
#define ROOT_RELEASE_TIME "14:41:55"
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define ROOT_VERSION_CODE ROOT_VERSION(6,22,1) /* 398849 */
#define ROOT_VERSION_CODE ROOT_VERSION(6,22,2) /* 398850 */

#endif

0 comments on commit 5479ddb

Please sign in to comment.