Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
27fe1b19
Commit
27fe1b19
authored
Jun 13, 2011
by
Nikias Bassen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.5 for release
parent
31b2e331
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
doxygen.cfg
doxygen.cfg
+1
-1
No files found.
CMakeLists.txt
View file @
27fe1b19
PROJECT
(
libplist
)
SET
(
LIBPLIST_VERSION_MAJOR
"1"
)
SET
(
LIBPLIST_VERSION_MINOR
"
4
"
)
SET
(
LIBPLIST_VERSION_MINOR
"
5
"
)
SET
(
LIBPLIST_SOVERSION
"1"
)
SET
(
LIBPLIST_VERSION
"
${
LIBPLIST_VERSION_MAJOR
}
.
${
LIBPLIST_VERSION_MINOR
}
"
)
SET
(
LIBPLIST_LIBVERSION
"
${
LIBPLIST_SOVERSION
}
.
${
LIBPLIST_VERSION
}
"
)
...
...
doxygen.cfg
View file @
27fe1b19
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = libplist
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.
4
PROJECT_NUMBER = 1.
5
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
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