Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
a618b9ee
Commit
a618b9ee
authored
Apr 08, 2008
by
Michael Hanselmann
Browse files
Bump version number to 1.3.0~alpha1
Reviewed-by: iustinp
parent
d5fd92ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a618b9ee
# Configure script for Ganeti
m4_define([gnt_version_major], [1])
m4_define([gnt_version_minor], [
2
])
m4_define([gnt_version_revision], [
3
])
m4_define([gnt_version_suffix], [])
m4_define([gnt_version_minor], [
3
])
m4_define([gnt_version_revision], [
0
])
m4_define([gnt_version_suffix], [
~alpha1
])
m4_define([gnt_version_full],
m4_format([%d.%d.%d%s],
gnt_version_major, gnt_version_minor,
...
...
Write
Preview
Markdown
is supported
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