From 99d1fc5ebef5bc2874f63c4a372392c7e5ff8fe8 Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Thu, 16 Sep 2021 19:55:34 +0200 Subject: [PATCH] Version 1.3.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 12b6b36..01bccc1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(spotify-tray,1.3.1,,) +AC_INIT(spotify-tray,1.3.2,,) AM_INIT_AUTOMAKE([foreign]) AC_PREREQ(2.69) AC_CONFIG_HEADERS(config.h)