Browse Source

Version 2.1.0

Serj Kalichev 1 year ago
parent
commit
bb39f794db
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      configure.ac

+ 1 - 1
README.md

@@ -34,4 +34,4 @@ Download : https://src.libcode.org/download/faux
 
 Latest release : https://src.libcode.org/download/faux/faux-2.0.0.tar.xz
 
-Author: Serj Kalichev `<serj.kalichev(_at_)libcode.org>`
+Author: Serj Kalichev `<pkun(_at_)libcode.org>`

+ 1 - 1
configure.ac

@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 m4_define([MAJOR_VERSION], 2)
-m4_define([MINOR_VERSION], 0)
+m4_define([MINOR_VERSION], 1)
 m4_define([MICRO_VERSION], 0)
 
 AC_PREREQ(2.59)