Skip to content

Commit

Permalink
bumped version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwicked committed Jul 31, 2015
1 parent 6be5a40 commit 102fff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/libsacd/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 102fff1

Please sign in to comment.