configure: fix version and copyright

Version will be the standard for a preview version (x.99.y), where `y`
be the subsequent previews (being a preview means it will be somewhat
allowed to break API). `x+1.0` is normally the target for the FINAL
release.
This commit is contained in:
Andrés G. Aragoneses 2013-10-31 10:28:43 +01:00 committed by Stephan Sundermann
parent 6857cb5bcf
commit 474fd56615

View file

@ -1,4 +1,4 @@
AC_INIT([gstreamer-sharp], [1.0.6])
AC_INIT([gstreamer-sharp], [0.99.0])
AC_CONFIG_SRCDIR([README])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
@ -8,14 +8,14 @@ LT_INIT
dnl Package settings
ASSEMBLY_COMPANY=""
ASSEMBLY_COPYRIGHT="2012 Andreia Gaita"
ASSEMBLY_COPYRIGHT="2013 GStreamerSharp Contributors"
ASSEMBLY_DESCRIPTION="Gst-1.0 bindings for Mono"
ASSEMBLY_NAME="gstreamer-sharp"
ASSEMBLY_NAMESPACE="Gst"
ASSEMBLY_PC="gstreamer-sharp-1.0"
ASSEMBLY_SHORTNAME="gstreamer"
ASSEMBLY_TITLE="Gst#"
ASSEMBLY_VERSION="1.0.6"
ASSEMBLY_VERSION="0.99.0"
AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
AC_SUBST(ASSEMBLY_NAME)