mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
post-5.10.2
This commit is contained in:
parent
14052346fa
commit
81a7b578bd
6 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef MLRVERS_H
|
||||
#define MLRVERS_H
|
||||
// Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
#define MLR_VERSION "v5.10.2"
|
||||
#define MLR_VERSION "v5.10.2-dev"
|
||||
#endif // MLRVERS_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
# Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
AC_INIT([mlr],[5.10.2])
|
||||
AC_INIT([mlr],[5.10.2-dev])
|
||||
AC_CONFIG_SRCDIR([c/mlrmain.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([autotools])
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ In this example I am using version 3.4.0; of course that will change for subsequ
|
|||
|
||||
* Update version found in ``mlr --version`` and ``man mlr``:
|
||||
|
||||
* Edit ``configure.ac``, ``c/mlrvers.h``, and ``miller.spec`` from ``3.3.2-dev`` to ``3.4.0``. Likewise ``docs/conf.py``.
|
||||
* Edit ``configure.ac``, ``c/mlrvers.h``, ``miller.spec``, and ``docs/conf.py`` from ``3.3.2-dev`` to ``3.4.0``.
|
||||
* Do a fresh ``autoreconf -fiv`` and commit the output. (Preferably on a Linux host, rather than MacOS, to reduce needless diffs in autogen build files.)
|
||||
* ``make -C c -f Makefile.no-autoconfig installhome && make -C man -f Makefile.no-autoconfig installhome && make -C docs -f Makefile.no-autoconfig html``
|
||||
* Commit and push.
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ In this example I am using version 3.4.0; of course that will change for subsequ
|
|||
|
||||
* Update version found in ``mlr --version`` and ``man mlr``:
|
||||
|
||||
* Edit ``configure.ac``, ``c/mlrvers.h``, and ``miller.spec`` from ``3.3.2-dev`` to ``3.4.0``. Likewise ``docs/conf.py``.
|
||||
* Edit ``configure.ac``, ``c/mlrvers.h``, ``miller.spec``, and ``docs/conf.py`` from ``3.3.2-dev`` to ``3.4.0``.
|
||||
* Do a fresh ``autoreconf -fiv`` and commit the output. (Preferably on a Linux host, rather than MacOS, to reduce needless diffs in autogen build files.)
|
||||
* ``make -C c -f Makefile.no-autoconfig installhome && make -C man -f Makefile.no-autoconfig installhome && make -C docs -f Makefile.no-autoconfig html``
|
||||
* Commit and push.
|
||||
|
|
|
|||
|
|
@ -1066,7 +1066,7 @@ Examples:
|
|||
For more information, please invoke mlr {subcommand} --help
|
||||
|
||||
For more information please see http://johnkerl.org/miller/doc and/or
|
||||
http://github.com/johnkerl/miller. This is Miller version v5.10.1.
|
||||
http://github.com/johnkerl/miller. This is Miller version v5.10.2-dev.
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ TOP OF LIST:
|
|||
o useful warnings from: go test miller/src/...
|
||||
o parser-experiments out of miller/go entirely -- ?
|
||||
|
||||
! readthedocs -- find out what's necessary to get per-version history
|
||||
|
||||
* regexes
|
||||
o finish stats1 -r
|
||||
o regex captures ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue