forked from sacd-ripper/sacd-ripper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,16 +22,16 @@ | |
#ifndef VERSION_H_INCLUDED | ||
#define VERSION_H_INCLUDED | ||
|
||
#define SACD_RIPPER_VERSION 00307 | ||
#define SACD_RIPPER_VERSION_STRING "0.37" | ||
#define SACD_RIPPER_VERSION 00308 | ||
#define SACD_RIPPER_VERSION_STRING "0.38" | ||
|
||
#define SACD_RIPPER_VERSION_REVISION (SACD_RIPPER_VERSION / 100000) | ||
#define SACD_RIPPER_VERSION_MAJOR (SACD_RIPPER_VERSION / 100 % 1000) | ||
#define SACD_RIPPER_VERSION_MINOR (SACD_RIPPER_VERSION % 100) | ||
|
||
#define SACD_RIPPER_VERSION_INFO \ | ||
"SACD Ripper release " SACD_RIPPER_VERSION_STRING " " \ | ||
"Copyright (c) 2010-2012 by respective authors.\n\n" \ | ||
"Copyright (c) 2010-2015 by respective authors.\n\n" \ | ||
"Report bugs to [email protected]\n" | ||
|
||
#endif /* VERSION_H_INCLUDED */ |