Changeset 424 for libmpc/trunk/mpcgain
- Timestamp:
- 02/12/09 22:54:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcgain/mpcgain.c
r413 r424 1 1 /* 2 Copyright (c) 2006 , The Musepack Development Team2 Copyright (c) 2006-2009, The Musepack Development Team 3 3 All rights reserved. 4 4 … … 52 52 #define MAX_HEAD_SIZE 20 // maximum size of the packet header before chapter gain (2 + 9 + 9) 53 53 54 const char About [] = "mpcgain - Musepack (MPC) ReplayGain calculator v" MPCGAIN_VERSION " (C) 2006-200 8MDT\nBuilt " __DATE__ " " __TIME__ "\n";54 const char About [] = "mpcgain - Musepack (MPC) ReplayGain calculator v" MPCGAIN_VERSION " (C) 2006-2009 MDT\nBuilt " __DATE__ " " __TIME__ "\n"; 55 55 56 56
Note: See TracChangeset
for help on using the changeset viewer.