Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PacketLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrea Bulgarelli
PacketLib
Commits
827749ef
Commit
827749ef
authored
9 years ago
by
Andrea Zoli
Browse files
Options
Downloads
Patches
Plain Diff
Release 4.5.1.
parent
99f407f2
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
include/PlVersion.h
+1
-1
1 addition, 1 deletion
include/PlVersion.h
with
7 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
827749ef
...
@@ -32,7 +32,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." )
...
@@ -32,7 +32,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." )
project
(
packet
)
project
(
packet
)
set
(
packet_MAJOR_VERSION 4
)
set
(
packet_MAJOR_VERSION 4
)
set
(
packet_MINOR_VERSION 5
)
set
(
packet_MINOR_VERSION 5
)
set
(
packet_PATCH_VERSION
0
)
set
(
packet_PATCH_VERSION
1
)
set
(
packet_VERSION
set
(
packet_VERSION
${
packet_MAJOR_VERSION
}
.
${
packet_MINOR_VERSION
}
.
${
packet_PATCH_VERSION
}
)
${
packet_MAJOR_VERSION
}
.
${
packet_MINOR_VERSION
}
.
${
packet_PATCH_VERSION
}
)
set
(
PROJECT_VERSION
${
packet_VERSION
}
)
set
(
PROJECT_VERSION
${
packet_VERSION
}
)
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
4
−
0
View file @
827749ef
2015-08-10 Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.1
+ Fixed a warning.
2015-08-10 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
2015-08-10 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.0
TAG v4.5.0
+ Comment debug print.
+ Comment debug print.
...
...
This diff is collapsed.
Click to expand it.
Doxyfile
+
1
−
1
View file @
827749ef
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# General configuration options
# General configuration options
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
PROJECT_NAME = PacketLib
PROJECT_NAME = PacketLib
PROJECT_NUMBER = 4.5.
0
PROJECT_NUMBER = 4.5.
1
OUTPUT_DIRECTORY = ref
OUTPUT_DIRECTORY = ref
OUTPUT_LANGUAGE = English
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
EXTRACT_ALL = YES
...
...
This diff is collapsed.
Click to expand it.
include/PlVersion.h
+
1
−
1
View file @
827749ef
#define VERSION 4.5.
0
#define VERSION 4.5.
1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment