Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmang committed Aug 7, 2017
1 parent e167362 commit b7e2806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Unreleased
----------
1.0.0 - 2017-08-07
------------------

This is first working prototype of the project. Let's call it a
proof-of-concept. It is basically playable even though it lacks major features
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([oshu], [0.1.0], [[email protected]])
AC_INIT([oshu], [1.0.0], [[email protected]])
AC_CONFIG_SRCDIR([src/oshu.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile src/Makefile docs/Makefile share/Makefile])
Expand Down

0 comments on commit b7e2806

Please sign in to comment.