Skip to content

Commit

Permalink
bumped version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rolinh committed Sep 29, 2012
1 parent fbbf837 commit 0af8a44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

BUGS:
* fixed CMake minimal required version
* fixed hyphens and spelling mistakes in manpages

FEATURES:
* Swedish translation
* added this changelog file

## version 3.0.0

BUGS:
* fixed wrong usage values for FreeBSD
* fixed wrong inodes count on FreeBSD
* fixed wrong inodes count on FreeBSD

FEATURES:
* DragonFly BSD support
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(dfc C)
set(PACKAGE ${CMAKE_PROJECT_NAME})
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(VERSION_BRANCH "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_BRANCH})

Expand Down
2 changes: 1 addition & 1 deletion man/dfc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH dfc 1 "May 31, 2012" "version 3.0.0" "USER COMMANDS"
.TH dfc 1 "September 29, 2012" "version 3.0.1" "USER COMMANDS"
.SH NAME
dfc \- display file system space usage using graphs and colors
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/fr/dfc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH dfc 1 "Le 31 Mai 2012" "version 3.0.0" "COMMANDES UTILISATEURS"
.TH dfc 1 "Le 29 Septembre 2012" "version 3.0.1" "COMMANDES UTILISATEURS"
.SH NOM
dfc \- affiche le taux d'utilisation des systèmes de fichiers avec graphes
et couleurs.
Expand Down

0 comments on commit 0af8a44

Please sign in to comment.