We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cd5fc commit 695d3e8Copy full SHA for 695d3e8
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.63])
5
-AC_INIT([libfm], [1.3.1], [http://pcmanfm.sourceforge.net/])
+AC_INIT([libfm], [1.3.2], [http://pcmanfm.sourceforge.net/])
6
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects no-dist-gzip dist-xz -Wno-portability])
7
AC_CONFIG_MACRO_DIR(m4)
8
AC_CONFIG_HEADERS([config.h])
src/Makefile.am
@@ -1,5 +1,5 @@
1
# for use in libtool -version-info
-ABI_VERSION=5:2:1
+ABI_VERSION=5:3:1
NULL=
0 commit comments