Skip to content

Commit

Permalink
bumped version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rolinh committed Aug 19, 2013
1 parent 0ea1c1c commit 7d3e731
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ BUGS:
* fixed dfc hang on no more accessible remote file systems
* display a warning in any case when file system cannot be stated instead of
exiting on error

MISCELLANEOUS:
* updated license header and copyright year

## version 3.0.2
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 2)
set(VERSION_PATCH 3)
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 "April 08, 2013" "version 3.0.2" "USER COMMANDS"
.TH dfc 1 "August 19, 2013" "version 3.0.3" "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 08 Avril 2013" "version 3.0.2" "COMMANDES UTILISATEURS"
.TH dfc 1 "Le 19 Août 2013" "version 3.0.3" "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 7d3e731

Please sign in to comment.