Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/manpage/fr/bcv.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BCV 1 "Octobre 2025" "Version 1.2.5" "Commandes Utilisateur"
.TH BCV 1 "Mars 2026" "Version 1.3.0" "Commandes Utilisateur"
.SH NOM
bcv \- convertir des nombres en représentation binaire, octale ou hexadécimale
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author Umar Ba <jUmarB@protonmail.com> <github/Jukoo>

project('bcv', 'c',
version : '1.2.5',
version : '1.3.0',
license:['GPL-3.0-only'],
license_files:['LICENSE'],
default_options : ['c_std=gnu99','warning_level=3','bindir=/usr/local/bin'])
Expand Down