Changed version number and updated autopackage to include gtk-glade
binary.
This commit is contained in:
parent
766e4c9c66
commit
35b77a032e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue