mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
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:
parent
6857cb5bcf
commit
474fd56615
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue