Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Okular
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joao Oliveira
Okular
Commits
4ad7da97
Commit
4ad7da97
authored
Jan 29, 2015
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 0.21.2
SVN_SILENT
parent
41e35d5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
VERSION
VERSION
+1
-1
core/version.h
core/version.h
+2
-2
No files found.
VERSION
View file @
4ad7da97
okular v0.21.
1
okular v0.21.
2
core/version.h
View file @
4ad7da97
...
...
@@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.21.
1
"
#define OKULAR_VERSION_STRING "0.21.
2
"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 21
#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
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