Release 1.2
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([guile-netlink], [0.1], [julien@lepiller.eu]) | |
5 | + | AC_INIT([guile-netlink], [1.2], [julien@lepiller.eu]) | |
6 | 6 | AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | |
7 | 7 | ||
8 | 8 | # Checks for programs. |