X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure.ac;h=1be06a8d26e6d8ee0f10b9ba06767ecc9915973d;hb=c1a64deaae21f9a42a3b18bf577655599ef14a00;hp=0780903a3c51c6dfa74983921933c4089858755b;hpb=d5d7159c209a9e5c5fa276f770b5b28a217990a8;p=libfirm diff --git a/configure.ac b/configure.ac index 0780903a3..1be06a8d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,12 @@ dnl configure.ac file for libfirm, author Matthias Braun dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_REVISION([$Id$]) dnl Firm Versions dnl * Increment major/minor/micro version as you see fit. These 3 numbers dnl are intended for humans and are independent from the libtool versions m4_define([firm_major_version], [1]) -m4_define([firm_minor_version], [19]) +m4_define([firm_minor_version], [20]) m4_define([firm_micro_version], [0]) m4_define([firm_version], [firm_major_version.firm_minor_version.firm_micro_version])