Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gutev committed Apr 8, 2024
1 parent ba4c1a7 commit 3277fc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.3-beta - 2024-04-08

* Switch to Apache 2.0 license

# 0.1.2-beta - 2024-04-08

* Change license to LGPL
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialization
AC_INIT([live_cells], [0.1.2], [[email protected]])
AC_INIT([live_cells], [0.1.3], [[email protected]])
AC_CONFIG_SRCDIR([src/live_cells.cpp])
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
Expand Down

0 comments on commit 3277fc6

Please sign in to comment.