~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Utilities/Release/cmake_release.sh

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2005-09-28 15:29:19 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050928152919-rm7ph3wq20tyi1er
Tags: 2.0.6-2
Apply upstream patch to fix UseSWIG.cmake (Closes: #330581)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Program:   CMake - Cross-Platform Makefile Generator
5
5
# Module:    $RCSfile: cmake_release.sh,v $
6
6
# Language:  C++
7
 
# Date:      $Date: 2004/10/28 19:31:29 $
8
 
# Version:   $Revision: 1.32.2.12 $
 
7
# Date:      $Date: 2005/04/13 17:43:46 $
 
8
# Version:   $Revision: 1.32.2.15 $
9
9
#
10
10
# Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
11
11
# See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
23
23
#
24
24
 
25
25
# Release version number.
26
 
TAG="CMake-2-0-5"
 
26
TAG="CMake-2-0-6"
27
27
CMAKE_VERSION="2.0"
28
 
VERSION="${CMAKE_VERSION}.5"
 
28
VERSION="${CMAKE_VERSION}.6"
29
29
RELEASE="1"
30
30
PREVIOUS_VERSION="1.8.3"
31
31
PREVIOUS_RELEASE="1"
248
248
{
249
249
    cd "${HOME}" &&
250
250
    echo "Cleaning up ${RELEASE_ROOT}" &&
251
 
    rm -rf "${RELEASE_ROOT_NAME}"
 
251
    rm -rf ${RELEASE_ROOT_NAME}/*
252
252
}
253
253
 
254
254
#-----------------------------------------------------------------------------