diff --git a/NEWS b/NEWS index c516b4aa..a06bf966 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes on 1.3.1 since 1.3.0: +Changes on 1.3.0.1 since 1.3.0: * Fixed launching menu entries shortcuts on desktop which was broken by making them all executable in 1.3.0 - those should be launchable still. diff --git a/configure.ac b/configure.ac index 7735ec23..56eff824 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libfm], [1.3.0], [http://pcmanfm.sourceforge.net/]) +AC_INIT([libfm], [1.3.0.1], [http://pcmanfm.sourceforge.net/]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects no-dist-gzip dist-xz -Wno-portability]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_HEADERS([config.h]) diff --git a/src/Makefile.am b/src/Makefile.am index 43c71c78..932bdd40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # for use in libtool -version-info -ABI_VERSION=5:0:1 +ABI_VERSION=5:1:1 NULL=