From fe4cf58cb0e52f6a25ce5663015b94a500a4d4e4 Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Thu, 18 Aug 2011 13:54:17 +0200 Subject: [PATCH] Revert change to 0.2rc1 version, update to 0.1.0rc5 Signed-off-by: Michael Wild --- CMakeLists.txt | 2 +- ChangeLog | 3 +-- data/asciidoc/common.conf | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23c506617..d268fbfa5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ string(TOLOWER "${PROJECT_NAME}" LOWER_PROJECT_NAME) # version information set(FOAM_VERSION_MAJOR 0) -set(FOAM_VERSION_MINOR 2) +set(FOAM_VERSION_MINOR 1) set(FOAM_VERSION_PATCH 0) set(FOAM_VERSION ${FOAM_VERSION_MAJOR}.${FOAM_VERSION_MINOR}) set(FOAM_VERSION_FULL ${FOAM_VERSION}.${FOAM_VERSION_PATCH}) diff --git a/ChangeLog b/ChangeLog index e9d5b59d1..07db36376 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,9 +15,8 @@ This file describes the most important changes made between {project} versions. It does not include changes made by the upstream developers (i.e. {openfoam}). For the detailed changes refer to the log provided by the {repo}. -Changes in {project} 0.2.0rc1 +Changes in {project} 0.1.0rc5 ----------------------------- -* Skipped 0.1.0, never got released and development went on... * Merged with upstream (OpenFOAM-1.6.x and OpenFOAM-1.7.x), up to revision linkrepo:openfoam17[89fc6e]. * Changed API-doc URL to be versioned. diff --git a/data/asciidoc/common.conf b/data/asciidoc/common.conf index 1f397e0f1..ff15f5b0c 100644 --- a/data/asciidoc/common.conf +++ b/data/asciidoc/common.conf @@ -1,8 +1,8 @@ [attributes] project=FreeFOAM -shortver=0.2 -ver=0.2.0 -fullver=0.2.0rc1 +shortver=0.1 +ver=0.1.0 +fullver=0.1.0rc5 homepage=http://freefoam.sourceforge.net #linkcss=1 numbered=1 -- 2.11.4.GIT