Merge pull request #95 from metalefty/prepare-release

bump version to v0.7
This commit is contained in:
metalefty 2023-02-28 09:03:50 +09:00 committed by GitHub
commit f4b5d145c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([pulseaudio-module-xrdp], [0.6], [xrdp-devel@googlegroups.com])
AC_INIT([pulseaudio-module-xrdp], [0.7], [xrdp-devel@googlegroups.com])
# specify config_ac.h so we don't collide with pulseaudio's config.h
AC_CONFIG_HEADERS([config_ac.h])
AC_CONFIG_SRCDIR([src])