Pass 0.0.1 as the version number to AC_INIT().
This commit is contained in:
parent
29de19e1ac
commit
a2cdc71421
|
@ -1,3 +1,8 @@
|
|||
Sun Jun 27 21:50:33 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* configure.ac:
|
||||
- Pass 0.0.1 as the version number to AC_INIT().
|
||||
|
||||
Sun Jun 27 21:39:13 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* libnotify/notify.c:
|
||||
|
|
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
|
|||
dnl ################################################################
|
||||
dnl # Initialize autoconf
|
||||
dnl ################################################################
|
||||
AC_INIT(libnotify, 0.0.99, chipx86@gnupdate.org)
|
||||
AC_INIT(libnotify, 0.0.1, chipx86@gnupdate.org)
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(config.h.in)
|
||||
AC_COPYRIGHT([Copyright 2004 Christian Hammond])
|
||||
|
|
Loading…
Reference in New Issue