Skip to content

Commit

Permalink
bumped version to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 3, 2012
1 parent 3769bd6 commit b905580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/sfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<sfo>
<value name="APP_VER" type="string">00.35</value>
<value name="APP_VER" type="string">00.36</value>
<value name="ATTRIBUTE" type="integer">
0
</value>
Expand Down
8 changes: 4 additions & 4 deletions libs/libsacd/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SACD Ripper - http://code.google.com/p/sacd-ripper/
*
* Copyright (c) 2010-2011 by respective authors.
* Copyright (c) 2010-2012 by respective authors.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -22,16 +22,16 @@
#ifndef VERSION_H_INCLUDED
#define VERSION_H_INCLUDED

#define SACD_RIPPER_VERSION 00305
#define SACD_RIPPER_VERSION_STRING "0.35"
#define SACD_RIPPER_VERSION 00306
#define SACD_RIPPER_VERSION_STRING "0.36"

#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-2011 by respective authors.\n\n" \
"Copyright (c) 2010-2012 by respective authors.\n\n" \
"Report bugs to [email protected]\n"

#endif /* VERSION_H_INCLUDED */

0 comments on commit b905580

Please sign in to comment.