Skip to content

Commit

Permalink
Bump ptlib and opal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Dedu authored and Eugen Dedu committed May 30, 2010
1 parent f9c6b55 commit 34180da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ MINOR_VERSION=2
BUILD_TYPE=ReleaseCode
BUILD_NUMBER=7

PTLIB_REC_VERSION="2.6.5"
OPAL_REC_VERSION="3.6.6"
PTLIB_REC_VERSION="2.6.7"
OPAL_REC_VERSION="3.6.8"

AC_DEFINE_UNQUOTED(MAJOR_VERSION, $MAJOR_VERSION,[fix])
AC_DEFINE_UNQUOTED(MINOR_VERSION, $MINOR_VERSION,[fix])
Expand Down
10 changes: 5 additions & 5 deletions win32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export LDD:=$(BUILDROOT)/$(HOST_TOOL_PREFIX)-ldd.sh


ifeq ($(RELEASE),1)
EKIGA_VER := 3.2.6
EKIGA_VER := 3.2.7
EKIGA_URL := http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2
EKIGA_ARCHIVE := ekiga-$(EKIGA_VER).tar.gz
EKIGA_DIR := $(BUILDROOT)/ekiga-$(EKIGA_VER)
Expand All @@ -89,12 +89,12 @@ endif
EKIGA_INSTALLER_DIR := $(EKIGA_DIR)/win32/nsisinstaller

ifeq ($(RELEASE),1)
OPAL_VER := 3.6.6
OPAL_VER := 3.6.8
OPAL_URL := http://ftp.gnome.org/pub/gnome/sources/opal/3.6
OPAL_ARCHIVE := opal-$(OPAL_VER).tar.gz
OPAL_DIR := $(BUILDROOT)/opal-$(OPAL_VER)
else
OPAL_VER := 3.6-beta8
OPAL_VER := 3.6-beta9
# OPAL_REV: HEAD or revision number
OPAL_REV := HEAD
OPAL_URL := https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6
Expand All @@ -108,12 +108,12 @@ else
endif

ifeq ($(RELEASE),1)
PTLIB_VER := 2.6.5
PTLIB_VER := 2.6.7
PTLIB_URL := http://ftp.gnome.org/pub/gnome/sources/ptlib/2.6
PTLIB_ARCHIVE := ptlib-$(PTLIB_VER).tar.gz
PTLIB_DIR := $(BUILDROOT)/ptlib-$(PTLIB_VER)
else
PTLIB_VER := 2.6-beta7
PTLIB_VER := 2.6-beta8
# PTLIB_REV: HEAD or revision number
PTLIB_REV := HEAD
PTLIB_URL := https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_6
Expand Down

0 comments on commit 34180da

Please sign in to comment.