diff --git a/desmume/autopackage/default.apspec.in b/desmume/autopackage/default.apspec.in index 80f83f957..b3ab0e74e 100644 --- a/desmume/autopackage/default.apspec.in +++ b/desmume/autopackage/default.apspec.in @@ -32,6 +32,7 @@ require @gtk.org/gtk 2.4 # Put your installation script here installExe bin/desmume installExe bin/desmume-cli +installExe bin/desmume-glade [Uninstall] # Usually just the following line is enough to uninstall everything diff --git a/desmume/configure.ac b/desmume/configure.ac index 301ae90a1..89917b678 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -1,7 +1,7 @@ dnl --- Package name is first argument to AC_INIT dnl --- Release version is second argument to AC_INIT -AC_INIT(desmume, [0.5.0]) +AC_INIT(desmume, [0.6.0]) AM_INIT_AUTOMAKE dnl -- find target architecture for some os specific libraries