[svn-commits] file: trunk r48100 - /trunk/sounds/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Nov 28 20:12:17 MST 2006


Author: file
Date: Tue Nov 28 21:12:16 2006
New Revision: 48100

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48100
Log:
Use the proper version of extra sounds. (issue #8441 reported by jtodd)

Modified:
    trunk/sounds/Makefile

Modified: trunk/sounds/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/sounds/Makefile?view=diff&rev=48100&r1=48099&r2=48100
==============================================================================
--- trunk/sounds/Makefile (original)
+++ trunk/sounds/Makefile Tue Nov 28 21:12:16 2006
@@ -19,7 +19,7 @@
 SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds
 MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh
 CORE_SOUNDS_VERSION:=1.4.3
-EXTRA_SOUNDS_VERSION:=1.4.2
+EXTRA_SOUNDS_VERSION:=1.4.3
 SOUNDS_URL:=http://ftp.digium.com/pub/telephony/sounds/releases
 MCS:=$(subst -EN-,-en-,$(MENUSELECT_CORE_SOUNDS))
 MCS:=$(subst -FR-,-fr-,$(MCS))



More information about the svn-commits mailing list