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>2021-11-19 08:39:56 +0300
committerGitHub <noreply@github.com>2021-11-19 08:39:56 +0300
commit4d572a75498585a747cb83bd06e3a1405b4ee8c3 (patch)
tree94f7a7fa637b199491e8f0139d779e2eb898e84c
parent0b3071322352fcdc092830c286664e097c9672cd (diff)
parent4ab0fed65abf7c8b1658f67d3fe64bf4a4eedf36 (diff)
Merge pull request #70 from metalefty/prepare-releasev0.6master
bump version to v0.6
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 78793cf..c78ea14 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.5], [xrdp-devel@googlegroups.com])
+AC_INIT([pulseaudio-module-xrdp], [0.6], [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])