Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
a796f789
Commit
a796f789
authored
Mar 29, 2012
by
Albert Astals Cid
Browse files
Update version for 4.8.2
parent
bf47b97c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/version.h
View file @
a796f789
...
...
@@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.14.
1
"
#define OKULAR_VERSION_STRING "0.14.
2
"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 14
#define OKULAR_VERSION_RELEASE
1
#define OKULAR_VERSION_RELEASE
2
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#define OKULAR_VERSION \
...
...
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