X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=48ceea744efded5f99b93225f2ebfc4c190d637c;hb=b1f139b00447a99e84b6801154371ba7cc094ede;hp=8f45e7502297b2f11c8dd207c0f9a4fa55e1707f;hpb=b07102fda0034da5840a9f33bd6d404a195b8cc9;p=guestfs-browser.git diff --git a/configure.ac b/configure.ac index 8f45e75..48ceea7 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([guestfs-browser],[0.0.1]) +AC_INIT([guestfs-browser],[0.0.2]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) @@ -70,5 +70,5 @@ dnl Check for gdk_pixbuf_mlsource program. AC_PATH_PROGS([GDK_PIXBUF_MLSOURCE], [gdk_pixbuf_mlsource]) AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile config.ml]) +AC_CONFIG_FILES([Makefile config.ml guestfs-browser.spec]) AC_OUTPUT