Skip to content

Commit

Permalink
bumped version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rolinh committed Apr 8, 2013
1 parent b7d63d0 commit afb0805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 1)
set(VERSION_PATCH 2)
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 "September 29, 2012" "version 3.0.1" "USER COMMANDS"
.TH dfc 1 "April 08, 2013" "version 3.0.2" "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 29 Septembre 2012" "version 3.0.1" "COMMANDES UTILISATEURS"
.TH dfc 1 "Le 08 Avril 2013" "version 3.0.2" "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 afb0805

Please sign in to comment.