diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-06-20 22:27:35 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-06-20 22:27:35 +0000 |
commit | 74e958c008c743ec157edf4f08edf5cb94413194 (patch) | |
tree | a778e7173dc147ddf10e7d0a158d577f4ec3e8d1 | |
parent | 84907e6716b83a340c0d5717148d6262fc0f7121 (diff) |
bump version number
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1050 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/README.html.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e2c8ed6c2..3b02df5a8 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ(2.57) m4_define(PA_MAJOR, [0]) m4_define(PA_MINOR, [9]) -m4_define(PA_MICRO, [1]) +m4_define(PA_MICRO, [2]) AC_INIT([pulseaudio], PA_MAJOR.PA_MINOR.PA_MICRO,[mzcbylcnhqvb (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/daemon/main.c]) diff --git a/doc/README.html.in b/doc/README.html.in index e4eea7866..31cd929dc 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -328,7 +328,7 @@ PulseAudio.</p> <h2><a name="community">Community</a></h2> -<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/pulseaudio/">Freshmeat</a>.</p> +<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/polypaudio/">Freshmeat</a>.</p> <p>There is a general discussion <a href="https://tango.0pointer.de/mailman/listinfo/polypaudio-discuss">mailing list for PulseAudio</a> available. In addition, you can subscribe to <a href="https://tango.0pointer.de/mailman/listinfo/polypaudio-commits">SVN changes</a> and <a href="https://tango.0pointer.de/mailman/listinfo/polypaudio-tickets">Trac Tickets</a>.</p> |