mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-28 00:08:21 +01:00
Version 2
This commit is contained in:
parent
2e37d9d62a
commit
fa26a6149a
6
ChangeLog
Normal file
6
ChangeLog
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
brlaser v2 (2014-06-29)
|
||||||
|
Suppport compilation with GCC 4.6.
|
||||||
|
Add a basic test suite.
|
||||||
|
|
||||||
|
brlaser v1 (2013-12-30)
|
||||||
|
Initial release.
|
@ -16,7 +16,7 @@
|
|||||||
# along with brlaser. If not, see <http:#www.gnu.org/licenses/>.
|
# along with brlaser. If not, see <http:#www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ(2.68)
|
AC_PREREQ(2.68)
|
||||||
AC_INIT([brlaser], [1], [pdewacht@gmail.com], [brlaser],
|
AC_INIT([brlaser], [2], [pdewacht@gmail.com], [brlaser],
|
||||||
[https://github.com/pdewacht/brlaser])
|
[https://github.com/pdewacht/brlaser])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([src/line.cc])
|
AC_CONFIG_SRCDIR([src/line.cc])
|
||||||
|
Loading…
Reference in New Issue
Block a user