Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
10d69345
Commit
10d69345
authored
Sep 16, 2011
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] - new version value
parent
1daec845
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
VERSION
VERSION
+1
-1
src/qt4gui/OpenWalnut.cpp
src/qt4gui/OpenWalnut.cpp
+1
-1
No files found.
VERSION
View file @
10d69345
...
...
@@ -15,4 +15,4 @@
#VERSION=1.2.0
#VERSION=1.2.0+hgX -> replaces the X with the current revision number
#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example.
VERSION=1.2.
0
+hgX
VERSION=1.2.
5
+hgX
src/qt4gui/OpenWalnut.cpp
View file @
10d69345
...
...
@@ -149,7 +149,7 @@ int main( int argc, char** argv )
}
// the kernel, and the gui should print their version info. This helps processing crashlogs from users.
wlog
::
debug
(
"Walnut"
)
<<
"Version: "
<<
W_VERSION
;
wlog
::
info
(
"Walnut"
)
<<
"Version: "
<<
W_VERSION
;
// initialize GUI
// NOTE: we need a shared_ptr here since WGUI uses enable_shared_from_this.
...
...
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