Publish 1.0
configure.ac
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | ||
| 4 | 4 | AC_PREREQ([2.69]) | |
| 5 | - | AC_INIT([rdf], [1.0-pre1], [julien@lepiller.eu]) | |
| 5 | + | AC_INIT([guile-rdf], [1.0], [julien@lepiller.eu]) | |
| 6 | 6 | AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | |
| 7 | 7 | ||
| 8 | 8 | # Checks for programs. |