From dfac0d1dd97a15d090b19e8560ad102f3f03cc9f Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Sun, 2 Jun 2002 22:45:31 +0000 Subject: [PATCH] Bumped up version number to 0.5.0-cvs. --- configure | 4 ++-- configure.in | 4 ++-- ipkg/control | 2 +- vlc.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 0463341acf..a745856488 100755 --- a/configure +++ b/configure @@ -775,8 +775,8 @@ test "$host_alias" != "$target_alias" && CONFIGURE_LINE="$0 $*" PACKAGE="vlc" -VERSION="0.4.0" -CODENAME=Ourumov +VERSION="0.5.0-cvs" +CODENAME="Natalya" save_CPPFLAGS="${CPPFLAGS}" save_CFLAGS="${CFLAGS}" diff --git a/configure.in b/configure.in index 545628acd6..a01e64b2b1 100644 --- a/configure.in +++ b/configure.in @@ -6,8 +6,8 @@ AC_CANONICAL_SYSTEM CONFIGURE_LINE="$0 $*" PACKAGE="vlc" -VERSION="0.4.0" -CODENAME=Ourumov +VERSION="0.5.0-cvs" +CODENAME="Natalya" dnl dnl Save *FLAGS diff --git a/ipkg/control b/ipkg/control index 9f274bf71b..dfdee248dc 100644 --- a/ipkg/control +++ b/ipkg/control @@ -1,7 +1,7 @@ Package: vlc Section: graphics Priority: optional -Version: 0.4.0 +Version: 0.5.0-cvs Release: 1 Architecture: arm Maintainer: Jean-Paul Saman , Christophe Massiot diff --git a/vlc.spec b/vlc.spec index e63c938679..bf050e8143 100644 --- a/vlc.spec +++ b/vlc.spec @@ -1,7 +1,7 @@ %define name vlc -%define vlc_ver 0.4.0 +%define vlc_ver 0.5.0-cvs %define version %vlc_ver %define cvs 0 -- GitLab