From bf3ed8c44e5e6c55445d617c057d375d992c9dfe Mon Sep 17 00:00:00 2001 From: "Joel W. Reed" Date: Sat, 1 Dec 2007 23:19:34 -0500 Subject: [PATCH] bump.version.to.0.6.0 --- configure | 18 +++++++++--------- configure.in | 2 +- debian/changelog | 4 ++-- tfs.nsi | 6 ++++-- tfs.spec.in | 6 ++++++ tools/opentf/Driver.cs | 2 +- 6 files changed, 23 insertions(+), 15 deletions(-) diff --git a/configure b/configure index f0dbf91..c403acd 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for opentf 0.5.3. +# Generated by GNU Autoconf 2.61 for opentf 0.6.0. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='opentf' PACKAGE_TARNAME='opentf' -PACKAGE_VERSION='0.5.3' -PACKAGE_STRING='opentf 0.5.3' +PACKAGE_VERSION='0.6.0' +PACKAGE_STRING='opentf 0.6.0' PACKAGE_BUGREPORT='' ac_subst_vars='SHELL @@ -1137,7 +1137,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures opentf 0.5.3 to adapt to many kinds of systems. +\`configure' configures opentf 0.6.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1198,7 +1198,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of opentf 0.5.3:";; + short | recursive ) echo "Configuration of opentf 0.6.0:";; esac cat <<\_ACEOF @@ -1288,7 +1288,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -opentf configure 0.5.3 +opentf configure 0.6.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1302,7 +1302,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by opentf $as_me 0.5.3, which was +It was created by opentf $as_me 0.6.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -3404,7 +3404,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by opentf $as_me 0.5.3, which was +This file was extended by opentf $as_me 0.6.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3447,7 +3447,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -opentf config.status 0.5.3 +opentf config.status 0.6.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index dd384aa..a9d0e58 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(opentf, [0.5.3]) +AC_INIT(opentf, [0.6.0]) PKG_PROG_PKG_CONFIG diff --git a/debian/changelog b/debian/changelog index ac38e1a..02b3ac1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -opentf (0.5.3) feisty; urgency=low +opentf (0.6.0) gutsy; urgency=low - * package 0.5.3 release + * package 0.6.0 release -- Joel W. Reed Fri, 12 Oct 2007 23:15:01 -0400 diff --git a/tfs.nsi b/tfs.nsi index 984f2eb..6349201 100755 --- a/tfs.nsi +++ b/tfs.nsi @@ -3,13 +3,13 @@ !include "MUI.nsh" -!define OURNAME "OpenTF v0.5.3" +!define OURNAME "OpenTF v0.6.0" ; The name of the installer Name "${OURNAME}" ; The file to write -OutFile "opentf-0.5.3.exe" +OutFile "opentf-0.6.0.exe" ; The default installation directory InstallDir $PROGRAMFILES\OpenTF @@ -36,6 +36,7 @@ Section "" ;No components page, name is not important ; Put file there File class\lib\net_2_0\Mono.GetOptions.dll + File class\lib\net_2_0\OpenTF.Common.dll File class\lib\net_2_0\Microsoft.TeamFoundation.Client.dll File class\lib\net_2_0\Microsoft.TeamFoundation.Common.dll File class\lib\net_2_0\Microsoft.TeamFoundation.dll @@ -61,6 +62,7 @@ Section "Uninstall" Delete "$INSTDIR\opentf.exe" Delete "$INSTDIR\Uninstall.exe" Delete "$INSTDIR\Mono.GetOptions.dll" + Delete "$INSTDIR\OpenTF.Common.dll" Delete "$INSTDIR\ChangeLog.txt" RMDir "$INSTDIR" diff --git a/tfs.spec.in b/tfs.spec.in index 9261af8..4b133e8 100644 --- a/tfs.spec.in +++ b/tfs.spec.in @@ -53,11 +53,17 @@ rm -fr $RPM_BUILD_ROOT %doc INSTALL NEWS README %{_libdir}/mono/gac/Microsoft.TeamFoundation* %{_libdir}/mono/2.0/Microsoft.TeamFoundation* +%{_libdir}/mono/gac/Gtk.TeamFoundation* +%{_libdir}/mono/2.0/Gtk.TeamFoundation* +%{_libdir}/mono/gac/OpenTF.Common.* +%{_libdir}/mono/2.0/OpenTF.Common.* %{_libdir}/opentf/* %{_libdir}/pkgconfig/tfs.pc %{_mandir}/man1/* %{_bindir}/* %changelog +* Sat Dec 1 2007 Joel W. Reed +- Add OpenTF.Common and Gtk.TeamFoundation * Wed Sep 19 2007 Joel W. Reed - Initial spec file diff --git a/tools/opentf/Driver.cs b/tools/opentf/Driver.cs index 318bcbc..5acd392 100644 --- a/tools/opentf/Driver.cs +++ b/tools/opentf/Driver.cs @@ -41,7 +41,7 @@ using Microsoft.TeamFoundation.VersionControl.Client; using Microsoft.TeamFoundation.Server; [assembly: AssemblyTitle ("tf.exe")] -[assembly: AssemblyVersion ("0.5.3")] +[assembly: AssemblyVersion ("0.6.0")] [assembly: AssemblyDescription ("Team Foundation Source Control Tool")] [assembly: AssemblyCopyright ("(c) Joel W. Reed")] -- 2.11.4.GIT