libmad.h | libmad.h | |||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU General Public License for more details. | * GNU General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | |||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | |||
* | * | |||
* Id: version.h,v 1.13 2000/03/20 03:43:04 rob Exp | * Id: version.h,v 1.13 2000/03/20 03:43:04 rob Exp | |||
*/ | */ | |||
# define MAD_VERSION "0.10.1 (beta)" | # define MAD_VERSION "0.10.2 (beta)" | |||
# define MAD_PUBLISHYEAR "2000" | # define MAD_PUBLISHYEAR "2000" | |||
# define MAD_AUTHOR "Robert Leslie" | # define MAD_AUTHOR "Robert Leslie" | |||
# define MAD_EMAIL "rob@mars.org" | # define MAD_EMAIL "rob@mars.org" | |||
extern char const mad_version[]; | extern char const mad_version[]; | |||
extern char const mad_copyright[]; | extern char const mad_copyright[]; | |||
extern char const mad_author[]; | extern char const mad_author[]; | |||
extern char const mad_license[]; | extern char const mad_license[]; | |||
/* | /* | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
version.h | version.h | |||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
* | * | |||
* This program is distributed in the hope that it will be useful, | * This program is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU General Public License for more details. | * GNU General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | |||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | |||
* | * | |||
* $Id: version.h,v 1.13 2000/03/20 03:43:04 rob Exp $ | * $Id: version.h,v 1.14 2000/05/06 02:33:08 rob Exp $ | |||
*/ | */ | |||
# define MAD_VERSION "0.10.1 (beta)" | # define MAD_VERSION "0.10.2 (beta)" | |||
# define MAD_PUBLISHYEAR "2000" | # define MAD_PUBLISHYEAR "2000" | |||
# define MAD_AUTHOR "Robert Leslie" | # define MAD_AUTHOR "Robert Leslie" | |||
# define MAD_EMAIL "rob@mars.org" | # define MAD_EMAIL "rob@mars.org" | |||
extern char const mad_version[]; | extern char const mad_version[]; | |||
extern char const mad_copyright[]; | extern char const mad_copyright[]; | |||
extern char const mad_author[]; | extern char const mad_author[]; | |||
extern char const mad_license[]; | extern char const mad_license[]; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||