diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-10-28 14:24:53 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-10-28 14:36:33 +0100 |
commit | 51ee0325b85c4b6ed48651076046bd12308c09fb (patch) | |
tree | c5c5c912a62552a20fc7cc9657841a805ebcaa43 | |
parent | 65e41c72b7a00ace46335d5e13ef30989f7d8115 (diff) | |
download | ODR-EDI2EDI-0.3.0.tar.gz ODR-EDI2EDI-0.3.0.tar.bz2 ODR-EDI2EDI-0.3.0.zip |
Prepare v0.3.0v0.3.0
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ This file contains information about the changes done to ODR-EDI2EDI in this repository +2020-10-28: Matthias P. Braendli <matthias@mpb.li> + (v0.3.0): + Automatically reconnect to source + 2020-09-23: Matthias P. Braendli <matthias@mpb.li> (v0.2.0): Mostly minor fixes diff --git a/configure.ac b/configure.ac index b261d7c..2e3a4b2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.69) -AC_INIT([ODR-EDI2EDI], [0.2.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-EDI2EDI], [0.3.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |