Skip to content

Commit

Permalink
Bump version to 2.0.
Browse files Browse the repository at this point in the history
It is the same as version 1.8. Version is bumped to reflect product
name change.
  • Loading branch information
Taogle2018 committed Dec 8, 2022
1 parent 52dce9a commit f6b4923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvm_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#define _STR(str) #str
#define _XSTR(str) _STR(str)

#define GVM_MAJOR_VERSION 1
#define GVM_MINOR_VERSION 8
#define GVM_MAJOR_VERSION 2
#define GVM_MINOR_VERSION 0

#define GVM_VERSION ((GVM_MAJOR_VERSION << 16) | GVM_MINOR_VERSION)

Expand Down

1 comment on commit f6b4923

@Sowe-coder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do I drag and drop the file to?

Please sign in to comment.