Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Aug 3, 2017
1 parent cae4e8c commit bfcd296
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
## 1.6.1
* fixes related to ppx extensions
* fixed regression on indentation within record types

## 1.6.0
* fixes some cases of comments
* supports new cases of ppx
Expand Down
8 changes: 4 additions & 4 deletions META
@@ -1,25 +1,25 @@
package "lib" (
version = "1.6.0"
version = "1.6.1"
directory = "lib"
archive(byte) = "ocp-indent.lib.cma"
archive(native) = "ocp-indent.lib.cmxa"
requires = "ocp-indent.lexer ocp-indent.utils"
)
package "utils" (
version = "1.6.0"
version = "1.6.1"
directory = "utils"
archive(byte) = "ocp-indent.utils.cma"
archive(native) = "ocp-indent.utils.cmxa"
requires = "ocp-indent.lexer"
)
package "lexer" (
version = "1.6.0"
version = "1.6.1"
directory = "lexer"
archive(byte) = "ocp-indent.lexer.cma"
archive(native) = "ocp-indent.lexer.cmxa"
)
package "dynlink" (
version = "1.6.0"
version = "1.6.1"
directory = "dynlink"
archive(byte) = "ocp-indent.dynlink.cma"
archive(native) = "ocp-indent.dynlink.cmxa"
Expand Down
22 changes: 11 additions & 11 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ocp-indent 1.6.0.
# Generated by GNU Autoconf 2.69 for ocp-indent 1.6.1.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand All @@ -9,7 +9,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
# Copyright 2013-2014 OcamlPro SAS
# Copyright 2013-2017 OcamlPro SAS
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
Expand Down Expand Up @@ -578,8 +578,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ocp-indent'
PACKAGE_TARNAME='ocp-indent'
PACKAGE_VERSION='1.6.0'
PACKAGE_STRING='ocp-indent 1.6.0'
PACKAGE_VERSION='1.6.1'
PACKAGE_STRING='ocp-indent 1.6.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1206,7 +1206,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ocp-indent 1.6.0 to adapt to many kinds of systems.
\`configure' configures ocp-indent 1.6.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1268,7 +1268,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ocp-indent 1.6.0:";;
short | recursive ) echo "Configuration of ocp-indent 1.6.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1347,14 +1347,14 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ocp-indent configure 1.6.0
ocp-indent configure 1.6.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
Copyright 2013-2014 OcamlPro SAS
Copyright 2013-2017 OcamlPro SAS
_ACEOF
exit
fi
Expand Down Expand Up @@ -1404,7 +1404,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ocp-indent $as_me 1.6.0, which was
It was created by ocp-indent $as_me 1.6.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -4091,7 +4091,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ocp-indent $as_me 1.6.0, which was
This file was extended by ocp-indent $as_me 1.6.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4144,7 +4144,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ocp-indent config.status 1.6.0
ocp-indent config.status 1.6.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,5 +1,5 @@
AC_INIT(ocp-indent,1.6.0)
AC_COPYRIGHT(Copyright 2013-2014 OcamlPro SAS)
AC_INIT(ocp-indent,1.6.1)
AC_COPYRIGHT(Copyright 2013-2017 OcamlPro SAS)

AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
Expand Down
2 changes: 1 addition & 1 deletion opam
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "ocp-indent"
version: "1.6.0"
version: "1.6.1"
maintainer: "contact@ocamlpro.com"
authors: [
"Louis Gesbert <louis.gesbert@ocamlpro.com>"
Expand Down

0 comments on commit bfcd296

Please sign in to comment.