Changeset 511

Show
Ignore:
Timestamp:
04/03/09 16:29:28 (3 years ago)
Author:
uncle_fungus
Message:

Update version number for release prep

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FahMon-Info.plist

    r402 r511  
    88        <string>FahMon</string> 
    99        <key>CFBundleGetInfoString</key> 
    10         <string>FahMon 2.3.4</string> 
     10        <string>FahMon 2.3.99</string> 
    1111        <key>CFBundleIconFile</key> 
    1212        <string>fahmon.icns</string> 
     
    1616        <string>6.0</string> 
    1717        <key>CFBundleLongVersionString</key> 
    18         <string>2.3.4, (c) 2005-2009 Andrew Schofield</string> 
     18        <string>2.3.99, (c) 2005-2009 Andrew Schofield</string> 
    1919        <key>CFBundleName</key> 
    2020        <string>FahMon</string> 
     
    2222        <string>APPL</string> 
    2323        <key>CFBundleShortVersionString</key> 
    24         <string>2.3.4</string> 
     24        <string>2.3.99</string> 
    2525        <key>CFBundleSignature</key> 
    2626        <string>????</string> 
    2727        <key>CFBundleVersion</key> 
    28         <string>2.3.4</string> 
     28        <string>2.3.99</string> 
    2929        <key>CSResourcesFileMapped</key> 
    3030        <true/> 
  • trunk/FahMon.nsi

    r453 r511  
    44 
    55  Name "FahMon" 
    6   OutFile "FahMon-2.3.4-Installer.exe" 
     6  OutFile "FahMon-2.3.99-Installer.exe" 
    77 
    88  InstallDir "$PROGRAMFILES\FahMon" 
  • trunk/README

    r402 r511  
    11FahMon README 
    22 
    3 Version 2.3.4 
     3Version 2.3.99 
    44 
    55Authors: 
  • trunk/configure

    r453 r511  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for FahMon 2.3.4
     3# Generated by GNU Autoconf 2.61 for FahMon 2.3.99
    44# 
    55# Report bugs to <Andrew Schofield andrew_s@fahmon.net>. 
     
    729729PACKAGE_NAME='FahMon' 
    730730PACKAGE_TARNAME='FahMon' 
    731 PACKAGE_VERSION='2.3.4
    732 PACKAGE_STRING='FahMon 2.3.4
     731PACKAGE_VERSION='2.3.99
     732PACKAGE_STRING='FahMon 2.3.99
    733733PACKAGE_BUGREPORT='Andrew Schofield andrew_s@fahmon.net' 
    734734 
     
    14241424  # This message is too long to be a string in the A/UX 3.1 sh. 
    14251425  cat <<_ACEOF 
    1426 \`configure' configures FahMon 2.3.4 to adapt to many kinds of systems. 
     1426\`configure' configures FahMon 2.3.99 to adapt to many kinds of systems. 
    14271427 
    14281428Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    14941494if test -n "$ac_init_help"; then 
    14951495  case $ac_init_help in 
    1496      short | recursive ) echo "Configuration of FahMon 2.3.4:";; 
     1496     short | recursive ) echo "Configuration of FahMon 2.3.99:";; 
    14971497   esac 
    14981498  cat <<\_ACEOF 
     
    16091609if $ac_init_version; then 
    16101610  cat <<\_ACEOF 
    1611 FahMon configure 2.3.4 
     1611FahMon configure 2.3.99 
    16121612generated by GNU Autoconf 2.61 
    16131613 
     
    16231623running configure, to aid debugging if configure makes a mistake. 
    16241624 
    1625 It was created by FahMon $as_me 2.3.4, which was 
     1625It was created by FahMon $as_me 2.3.99, which was 
    16261626generated by GNU Autoconf 2.61.  Invocation command line was 
    16271627 
     
    24082408# Define the identity of the package. 
    24092409 PACKAGE='FahMon' 
    2410  VERSION='2.3.4
     2410 VERSION='2.3.99
    24112411 
    24122412 
     
    2324023240# values after options handling. 
    2324123241ac_log=" 
    23242 This file was extended by FahMon $as_me 2.3.4, which was 
     23242This file was extended by FahMon $as_me 2.3.99, which was 
    2324323243generated by GNU Autoconf 2.61.  Invocation command line was 
    2324423244 
     
    2329323293cat >>$CONFIG_STATUS <<_ACEOF 
    2329423294ac_cs_version="\\ 
    23295 FahMon config.status 2.3.4 
     23295FahMon config.status 2.3.99 
    2329623296configured by $0, generated by GNU Autoconf 2.61, 
    2329723297  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • trunk/configure.ac

    r453 r511  
    1313 
    1414AC_INIT([FahMon], 
    15         [2.3.4], 
     15        [2.3.99], 
    1616        [Andrew Schofield andrew_s@fahmon.net], 
    1717        [FahMon]) 
  • trunk/doxconf

    r437 r511  
    66DOXYFILE_ENCODING      = UTF-8 
    77PROJECT_NAME           = FahMon 
    8 PROJECT_NUMBER         = 2.3.4 
     8PROJECT_NUMBER         = 2.3.99 
    99OUTPUT_DIRECTORY       = doc 
    1010CREATE_SUBDIRS         = NO 
  • trunk/fahmon.spec

    r369 r511  
    44%{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} 
    55 
    6 %define fahmonver 2.3.4 
     6%define fahmonver 2.3.99 
    77 
    88Summary:    A wxGTK based monitor for Folding@home clients 
  • trunk/libtool

    r462 r511  
    22 
    33# libtoolT - Provide generalized library-building support services. 
    4 # Generated automatically by  (GNU FahMon 2.3.4
     4# Generated automatically by  (GNU FahMon 2.3.99
    55# NOTE: Changes made to this file will be lost: look at ltmain.sh. 
    66# 
     
    336336 
    337337# Run-time system search path for libraries 
    338 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/lib/qt4/lib /usr/X11R6/lib /usr/lib/qt3/lib " 
     338sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/X11R6/lib /usr/lib/qt3/lib " 
    339339 
    340340# Fix the shell variable $srcfile for the compiler. 
     
    76157615 
    76167616# Run-time system search path for libraries 
    7617 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/lib/qt4/lib /usr/X11R6/lib /usr/lib/qt3/lib " 
     7617sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/X11R6/lib /usr/lib/qt3/lib " 
    76187618 
    76197619# Fix the shell variable $srcfile for the compiler. 
     
    79307930 
    79317931# Run-time system search path for libraries 
    7932 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/lib/qt4/lib /usr/X11R6/lib /usr/lib/qt3/lib " 
     7932sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/X11R6/lib /usr/lib/qt3/lib " 
    79337933 
    79347934# Fix the shell variable $srcfile for the compiler. 
  • trunk/mac/FahMon-Info.plist

    r369 r511  
    88        <string>FahMon</string> 
    99        <key>CFBundleGetInfoString</key> 
    10         <string>FahMon 2.3.4</string> 
     10        <string>FahMon 2.3.99</string> 
    1111        <key>CFBundleIconFile</key> 
    1212        <string>fahmon.icns</string> 
     
    1616        <string>6.0</string> 
    1717        <key>CFBundleLongVersionString</key> 
    18         <string>2.3.4, (c) 2005-2008 Andrew Schofield</string> 
     18        <string>2.3.99, (c) 2005-2008 Andrew Schofield</string> 
    1919        <key>CFBundleName</key> 
    2020        <string>FahMon</string> 
     
    2222        <string>APPL</string> 
    2323        <key>CFBundleShortVersionString</key> 
    24         <string>2.3.4</string> 
     24        <string>2.3.99</string> 
    2525        <key>CFBundleSignature</key> 
    2626        <string>????</string> 
    2727        <key>CFBundleVersion</key> 
    28         <string>2.3.4</string> 
     28        <string>2.3.99</string> 
    2929        <key>CSResourcesFileMapped</key> 
    3030        <true/> 
  • trunk/src/include/fahmonConsts.h

    r481 r511  
    4242// --- Strings 
    4343#define FMC_APPNAME     "FahMon" /**< The program name, i.e. FahMon */ 
    44 #define FMC_VERSION     "2.3.4" /**< Current program version */ 
    45 #define FMC_PRODUCT     "FahMon 2.3.4" /**< Concatenation of FahMon and Version number, required by MSVC++ */ 
     44#define FMC_VERSION     "2.3.99" /**< Current program version */ 
     45#define FMC_PRODUCT     "FahMon 2.3.99" /**< Concatenation of FahMon and Version number, required by MSVC++ */ 
    4646#define FMC_UID         ".FahMon__LOCK__" /**< Name used for lockfile */ 
    4747