Browse Source

bump version to v0.4

pull/35/head
Koichiro IWAO 5 years ago
parent
commit
9be32b2cfd
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.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])


Loading…
Cancel
Save