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:
authorKoichiro IWAO <meta@vmeta.jp>2021-01-07 05:45:11 +0300
committerKoichiro IWAO <meta@vmeta.jp>2021-01-07 05:45:28 +0300
commit7c11508b06615d169e704fab62e74e07f68590ba (patch)
tree2eedc7af46c1d32a009b121f98dc44ed7e9ca2c6
parent1cde8f8f68cae291c9cff05932d8f96a25a29b2d (diff)
bump version to v0.5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 651204f..4d30e39 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.4], [xrdp-devel@googlegroups.com])
+AC_INIT([pulseaudio-module-xrdp], [0.5], [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])