mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
Prepare release 0.3.3
This commit is contained in:
parent
7026adbd85
commit
277ae7e080
@ -2,7 +2,7 @@ dnl ------------------------------------------------------------------
|
||||
dnl Autoconf initialization.
|
||||
dnl ------------------------------------------------------------------
|
||||
|
||||
AC_INIT([yamerl], [0.3.2])
|
||||
AC_INIT([yamerl], [0.3.3])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/yamerl_app.erl])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
erlang-yamerl (0.3.3-1) stable; urgency=low
|
||||
|
||||
* yamerl_parser: Fix an infinite loop with "key:"
|
||||
|
||||
-- Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> Sun, 30 Oct 2016 00:38:26 +0200
|
||||
|
||||
erlang-yamerl (0.3.2-1) stable; urgency=low
|
||||
|
||||
* yamerl_parser: Don't build with HiPE by default
|
||||
|
@ -4,7 +4,7 @@ defmodule Yamerl.Mixfile do
|
||||
def project do
|
||||
[
|
||||
app: :yamerl,
|
||||
version: "0.3.2-1",
|
||||
version: "0.3.3",
|
||||
description: description,
|
||||
package: package,
|
||||
deps: []
|
||||
|
Loading…
Reference in New Issue
Block a user