Skip to content

Commit

Permalink
version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Sep 13, 2024
1 parent ab28a2d commit bfcb035
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(unibilium LANGUAGES C)
project(unibilium LANGUAGES C VERSION 2.1.2)

file(GLOB SRC_FILES ${PROJECT_SOURCE_DIR}/*.c)
add_library(unibilium ${SRC_FILES})
Expand Down
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.1.2 2024-07-11
- Add build and deps directories to gitignore
- build(cmake): allow user to set `TERMINFO_DIRS` (#25)
- Do not stop searching on access denied.
- build: bump minimum required version (#22)
- build: Add a minimal configure.ac
- doc: update issue tracker URL #20

2.1.1 2021-04-04
- Makefile: fix undefined references with static builds (#19)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([MAJOR], [2])
m4_define([MINOR], [1])
m4_define([PATCH], [1])
m4_define([PATCH], [2])

AC_INIT([unibilium], [MAJOR.MINOR.PATCH])
AC_CONFIG_FILES([Makefile])
Expand Down

0 comments on commit bfcb035

Please sign in to comment.