mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
stage for charybdis 4-beta1.
This commit is contained in:
parent
9cd0063a2c
commit
998b6ec513
2 changed files with 3 additions and 3 deletions
4
NEWS.md
4
NEWS.md
|
@ -1,9 +1,9 @@
|
|||
# News
|
||||
|
||||
This is charybdis 4.0-dev, Copyright (c) 2005-2016 Charybdis team.
|
||||
This is charybdis 4-dev, Copyright (c) 2005-2016 Charybdis team.
|
||||
See LICENSE for licensing details (GPL v2).
|
||||
|
||||
## charybdis-3.6-dev
|
||||
## charybdis-4
|
||||
|
||||
### build
|
||||
- Build system has been converted to libtool + automake for sanity reasons.
|
||||
|
|
|
@ -4,7 +4,7 @@ dnl said functions need to be just about as complex as they already are.
|
|||
|
||||
AC_PREREQ(2.60)
|
||||
|
||||
AC_INIT([charybdis], [3.6.0-dev])
|
||||
AC_INIT([charybdis], [4-beta1])
|
||||
|
||||
AC_LANG(C)
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
|
Loading…
Reference in a new issue