Skip to content

Commit

Permalink
Tag alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
clpo13 committed Apr 30, 2018
1 parent 0d55cd5 commit ca1032c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Vinnie
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.0
PROJECT_NUMBER = 0.1.0-alpha

# 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 a
Expand Down
4 changes: 2 additions & 2 deletions include/vinnie.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ struct modelyear {
* @brief Four-digit year between 2010 and 2039.
*
* The same set of characters is used for 1980-2009. Which year the code
* represents is determined by position 7. If it's a letter, the year in
* this struct applies. If it's a number, subtract 30 from the year.
* represents is determined by position 7 of the VIN. If it's a letter, the
* year in this struct applies. If it's a number, subtract 30 from the year.
*/
const int year;
};
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('vinnie', 'c',
version : '0.1.0',
version : '0.1.0-alpha',
license : 'MIT',
default_options : ['warning_level=3',
'c_std=c11'])
Expand Down

0 comments on commit ca1032c

Please sign in to comment.