diff options
Diffstat (limited to 'pkg/alsa-lib/alsa')
| -rw-r--r-- | pkg/alsa-lib/alsa/asoundlib.h | 2 | ||||
| -rw-r--r-- | pkg/alsa-lib/alsa/version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pkg/alsa-lib/alsa/asoundlib.h b/pkg/alsa-lib/alsa/asoundlib.h index 1c2560f2..37bb69cc 100644 --- a/pkg/alsa-lib/alsa/asoundlib.h +++ b/pkg/alsa-lib/alsa/asoundlib.h @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff --git a/pkg/alsa-lib/alsa/version.h b/pkg/alsa-lib/alsa/version.h index d7c11cbc..d640ad57 100644 --- a/pkg/alsa-lib/alsa/version.h +++ b/pkg/alsa-lib/alsa/version.h @@ -4,12 +4,12 @@ #define SND_LIB_MAJOR 1 /**< major number of library version */ #define SND_LIB_MINOR 1 /**< minor number of library version */ -#define SND_LIB_SUBMINOR 1 /**< subminor number of library version */ +#define SND_LIB_SUBMINOR 7 /**< subminor number of library version */ #define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */ /** library version */ #define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\ (SND_LIB_MINOR<<8)|\ SND_LIB_SUBMINOR) /** library version (string) */ -#define SND_LIB_VERSION_STR "1.1.1" +#define SND_LIB_VERSION_STR "1.1.7" |
