Browse Source

bump version to v0.5

pull/50/head
Koichiro IWAO 3 years ago
parent
commit
7c11508b06
No known key found for this signature in database GPG Key ID: 3993B4065E7193B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac 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.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 # 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])


Loading…
Cancel
Save