Skip to content

Commit

Permalink
NEWS: Bump version to 0.1.0
Browse files Browse the repository at this point in the history
* NEWS: Bump version to 0.1.0.
* configure.ac: Update.
  • Loading branch information
artyom-poptsov committed Jan 7, 2017
1 parent fe1c8e7 commit e430a67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -7,6 +7,9 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

* Changes in version 0.1.0 (2017-01-07)
** Release of the first stable version of Guile-ICS

Local Variables:
mode: org
End:
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
dnl

define(GUILE_ICS_CONFIGURE_COPYRIGHT, [[
Copyright (C) 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com>
Copyright (C) 2017 Artyom V. Poptsov <poptsov.artyom@gmail.com>
This file is part of Guile-ICS.
Expand All @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with Guile-ICS. If not, see <http://www.gnu.org/licenses/>.
]])

AC_INIT([Guile-ICS], [0.0.1], [poptsov.artyom@gmail.com],
AC_INIT([Guile-ICS], [0.1.0], [poptsov.artyom@gmail.com],
[guile-ics],
[https://github.com/artyom-poptsov/guile-ics])

Expand Down

0 comments on commit e430a67

Please sign in to comment.