Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
qbox
qbox-public
Commits
51a2cd8c
Commit
51a2cd8c
authored
2 years ago
by
Francois Gygi
Browse files
Options
Download
Email Patches
Plain Diff
rel1_76_0
parent
1c0f8ae0
master
rel1_78_4
rel1_78_3
rel1_78_2
rel1_78_1
rel1_78_0
rel1_77_0
rel1_76_4
rel1_76_3
rel1_76_2
rel1_76_1
rel1_76_0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/notes
+10
-0
src/notes
src/release.cpp
+1
-1
src/release.cpp
with
11 additions
and
1 deletion
+11
-1
src/notes
+
10
-
0
View file @
51a2cd8c
--------------------------------------------------------------------------------
rel1_76_0
--------------------------------------------------------------------------------
Requires C++11
f8ec91a Add util scripts
49df568 Add exceptions to Cmd cpp files
ea14057 Add exceptions to Cmd header files
e72a424 Use exceptions in variables, remove nrowmax
a4a10c5 Add exceptions for invalid arguments
60c5b5b Remove deprecated Nrowmax.h
--------------------------------------------------------------------------------
rel1_75_1
--------------------------------------------------------------------------------
32b2173 Fix size_t type for large sizes
...
...
This diff is collapsed.
Click to expand it.
src/release.cpp
+
1
-
1
View file @
51a2cd8c
...
...
@@ -19,5 +19,5 @@
#include
"release.h"
std
::
string
release
(
void
)
{
return
std
::
string
(
"rel1_7
5_1dev
"
);
return
std
::
string
(
"rel1_7
6_0
"
);
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets