Skip to content

Commit 695d3e8

Browse files
committed
Release 1.3.2.
1 parent 54cd5fc commit 695d3e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([libfm], [1.3.1], [http://pcmanfm.sourceforge.net/])
5+
AC_INIT([libfm], [1.3.2], [http://pcmanfm.sourceforge.net/])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects no-dist-gzip dist-xz -Wno-portability])
77
AC_CONFIG_MACRO_DIR(m4)
88
AC_CONFIG_HEADERS([config.h])

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# for use in libtool -version-info
2-
ABI_VERSION=5:2:1
2+
ABI_VERSION=5:3:1
33

44
NULL=
55

0 commit comments

Comments
 (0)