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
fe832685
Commit
fe832685
authored
13 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Revert changed version files in /trunk/ now that the LUFA-120219-BETA version has been released.
parent
5a2d8157
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show 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 @
fe832685
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "LUFA Library"
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "LUFA Library"
# This could be handy for archiving the generated documentation or
# This could be handy for archiving the generated documentation or
# if some version control system is used.
# if some version control system is used.
PROJECT_NUMBER
=
120219
PROJECT_NUMBER
=
000000
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# 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
# 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 @
fe832685
...
@@ -43,10 +43,10 @@
...
@@ -43,10 +43,10 @@
/* Public Interface - May be used in end-application: */
/* Public Interface - May be used in end-application: */
/* Macros: */
/* Macros: */
/** Indicates the version number of the library, as an integer. */
/** Indicates the version number of the library, as an integer. */
#define LUFA_VERSION_INTEGER 0x
120219
#define LUFA_VERSION_INTEGER 0x
000000
/** Indicates the version number of the library, as a string. */
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "
120219
"
#define LUFA_VERSION_STRING "
000000
"
#endif
#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