Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/pulseaudio-module-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2019-10-21 08:33:12 +0300
committerGitHub <noreply@github.com>2019-10-21 08:33:12 +0300
commit22d270b28315d7e15f88e567bce7dde8085b7b76 (patch)
tree7a9a302dc3ce755db98801325d27ef60a8d5aa48
parent5d36b870a7360f1193477cc1b2563aacaff01f03 (diff)
parent9be32b2cfda1b5de8d7a9a0d7b0ee38694b59068 (diff)
Merge pull request #35 from metalefty/prepare-releasev0.4
bump version to v0.4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b4d6067..651204f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
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
AC_CONFIG_HEADERS([config_ac.h])
AC_CONFIG_SRCDIR([src])