1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[internal] added script to change version and set version to 1.0.1

* also minor improvements to internal scripts
This commit is contained in:
Pete Batard 2011-12-04 20:48:07 +00:00
parent 3e3126667e
commit b23a8089fd
4 changed files with 53 additions and 9 deletions

View file

@ -1,4 +1,4 @@
AC_INIT([rufus], [1.0.0], [https://github.com/pbatard/rufus/issues], [rufus], [https://github.com/pbatard/rufus])
AC_INIT([rufus], [1.0.1], [https://github.com/pbatard/rufus/issues], [rufus], [https://github.com/pbatard/rufus])
AM_INIT_AUTOMAKE([-Wno-portability foreign])
AC_CONFIG_SRCDIR([rufus.c])
AC_CONFIG_MACRO_DIR([m4])