Skip to content

Commit dfb844d

Browse files
author
Thomas Hirsch
committed
increase version to 4.1.1; update changelog
1 parent 359ab94 commit dfb844d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
4.1.1:
2+
Automake build routines
23
Simplified building routines in Linux, Windows and Mac
3-
...
4-
...
4+
Removed routines possibly copyrighted by Borland
5+
Handling for file permission denied of index files
56
Translated some documentation into English.
7+
Added ChangeLog :)
68
4.1.0:
79
First release to be published under an open source license

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.59])
5-
AC_INIT(fyba, 4.1.0, [email protected])
6-
AM_INIT_AUTOMAKE(fyba, 4.1.0)
5+
AC_INIT(fyba, 4.1.1, [email protected])
6+
AM_INIT_AUTOMAKE(fyba, 4.1.1)
77
LT_INIT()
88
AC_CONFIG_MACRO_DIR([m4])
99
AC_CONFIG_SRCDIR([include/fygm.h])

0 commit comments

Comments
 (0)