Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
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
Model registry
Operate
Environments
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
Erik Strand
lufa
Commits
5a2d8157
Commit
5a2d8157
authored
13 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Commit for the 120219-BETA release.
parent
da676f0f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/Doxygen.conf
+1
-1
1 addition, 1 deletion
LUFA/Doxygen.conf
LUFA/Version.h
+2
-2
2 additions, 2 deletions
LUFA/Version.h
with
3 additions
and
3 deletions
LUFA/Doxygen.conf
+
1
−
1
View file @
5a2d8157
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "LUFA Library"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER
=
000000
PROJECT_NUMBER
=
120219
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
...
...
This diff is collapsed.
Click to expand it.
LUFA/Version.h
+
2
−
2
View file @
5a2d8157
...
...
@@ -43,10 +43,10 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Indicates the version number of the library, as an integer. */
#define LUFA_VERSION_INTEGER 0x
000000
#define LUFA_VERSION_INTEGER 0x
120219
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "
000000
"
#define LUFA_VERSION_STRING "
120219
"
#endif
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