Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
85549bf4
Commit
85549bf4
authored
Jan 06, 2003
by
Ken Martin
Browse files
update version
parent
e90d2dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefile.h
View file @
85549bf4
...
...
@@ -45,8 +45,8 @@ public:
* Return major and minor version numbers for cmake.
*/
static
unsigned
int
GetMajorVersion
()
{
return
1
;}
static
unsigned
int
GetMinorVersion
()
{
return
6
;}
static
const
char
*
GetReleaseVersion
()
{
return
"
beta 1
"
;}
static
unsigned
int
GetMinorVersion
()
{
return
7
;}
static
const
char
*
GetReleaseVersion
()
{
return
"
development
"
;}
/**
* Return the major and minor version of the cmake that
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment