From 7d3e731c0037068b41e32315a0ecdbf0ae2e7fd1 Mon Sep 17 00:00:00 2001 From: Robin Hahling Date: Mon, 19 Aug 2013 15:37:45 +0200 Subject: [PATCH] bumped version to 3.0.3 --- CHANGELOG | 2 ++ CMakeLists.txt | 2 +- man/dfc.1 | 2 +- man/fr/dfc.1 | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 82ff734..03f930c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 21ae984..dc0efdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/man/dfc.1 b/man/dfc.1 index 78178a0..738bca9 100644 --- a/man/dfc.1 +++ b/man/dfc.1 @@ -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 diff --git a/man/fr/dfc.1 b/man/fr/dfc.1 index 4b41337..3aa7f8d 100644 --- a/man/fr/dfc.1 +++ b/man/fr/dfc.1 @@ -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.