Merge pull request #35 from metalefty/prepare-release

bump version to v0.4
This commit is contained in:
metalefty 2019-10-21 14:33:12 +09:00 committed by GitHub
commit 22d270b283
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. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([pulseaudio-module-xrdp], [0.3], [xrdp-devel@googlegroups.com]) AC_INIT([pulseaudio-module-xrdp], [0.4], [xrdp-devel@googlegroups.com])
# specify config_ac.h so we don't collide with pulseaudio's config.h # specify config_ac.h so we don't collide with pulseaudio's config.h
AC_CONFIG_HEADERS([config_ac.h]) AC_CONFIG_HEADERS([config_ac.h])
AC_CONFIG_SRCDIR([src]) AC_CONFIG_SRCDIR([src])