Skip to content

Commit c2a2b49

Browse files
author
Lonca Emmanuel
committed
released v1.0.1
1 parent b5d6473 commit c2a2b49

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.0.1] - Mon, 04 Nov 2019
4+
- fixed issues in build systems
5+
36
## [1.0.0] - Tue, 01 Oct 2019
47
- locked API
58
- fix some minor issues

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AC_PREREQ(2.59)
2-
AC_INIT(pFactory, 1.0.0, [email protected])
2+
AC_INIT(pFactory, 1.0.1, [email protected])
33

44
PACKAGE=pFactory
5-
VERSION=1.0.0
5+
VERSION=1.0.1
66

77
AC_CONFIG_AUX_DIR([config])
88
AC_CONFIG_HEADER([src/config.h])

0 commit comments

Comments
 (0)