Changed version number and updated autopackage to include gtk-glade

binary.
This commit is contained in:
yabause 2007-02-03 22:50:18 +00:00
parent 766e4c9c66
commit 35b77a032e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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