diff --git a/README.md b/README.md index 3b1e390b3..36d8d2754 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ You might also want to see [contact info](https://www.jool.mx/en/contact.html). * [ipclouds](https://github.com/ipclouds) * [Masaya YAMAMOTO](https://github.com/pandax381) * [Michael Richardson](http://www.sandelman.ca/mcr) +* [paradon](https://github.com/paradon) * [Philar Law](https://github.com/philar) * [Pier Carlo Chiodi](https://pierky.com/) * [Ricardo Salveti](https://github.com/rsalveti) - ricardo@foundries.io @@ -80,7 +81,7 @@ You might also want to see [contact info](https://www.jool.mx/en/contact.html). ## Legal stuff Jool - SIIT and NAT64 for Linux - Copyright (C) 2018 NIC Mexico + Copyright (C) 2019 NIC Mexico This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 48f94c472..a66a180c2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([Jool], [3.5.7.202], [jool@nic.mx]) +AC_INIT([Jool], [3.5.7.203], [jool@nic.mx]) AC_CONFIG_SRCDIR([src/common/xlat.h]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/src/common/xlat.h b/src/common/xlat.h index d71b0c5ba..3326abc53 100644 --- a/src/common/xlat.h +++ b/src/common/xlat.h @@ -15,7 +15,7 @@ #define JOOL_VERSION_MAJOR 3 #define JOOL_VERSION_MINOR 5 #define JOOL_VERSION_REV 7 -#define JOOL_VERSION_DEV 202 +#define JOOL_VERSION_DEV 203 /** See http://stackoverflow.com/questions/195975 */ #define STR_VALUE(arg) #arg