Changeset 511
- Timestamp:
- 04/03/09 16:29:28 (3 years ago)
- Files:
-
- trunk/FahMon-Info.plist (modified) (3 diffs)
- trunk/FahMon.nsi (modified) (1 diff)
- trunk/README (modified) (1 diff)
- trunk/configure (modified) (9 diffs)
- trunk/configure.ac (modified) (1 diff)
- trunk/doxconf (modified) (1 diff)
- trunk/fahmon.spec (modified) (1 diff)
- trunk/libtool (modified) (4 diffs)
- trunk/mac/FahMon-Info.plist (modified) (3 diffs)
- trunk/src/include/fahmonConsts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FahMon-Info.plist
r402 r511 8 8 <string>FahMon</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>FahMon 2.3. 4</string>10 <string>FahMon 2.3.99</string> 11 11 <key>CFBundleIconFile</key> 12 12 <string>fahmon.icns</string> … … 16 16 <string>6.0</string> 17 17 <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> 19 19 <key>CFBundleName</key> 20 20 <string>FahMon</string> … … 22 22 <string>APPL</string> 23 23 <key>CFBundleShortVersionString</key> 24 <string>2.3. 4</string>24 <string>2.3.99</string> 25 25 <key>CFBundleSignature</key> 26 26 <string>????</string> 27 27 <key>CFBundleVersion</key> 28 <string>2.3. 4</string>28 <string>2.3.99</string> 29 29 <key>CSResourcesFileMapped</key> 30 30 <true/> trunk/FahMon.nsi
r453 r511 4 4 5 5 Name "FahMon" 6 OutFile "FahMon-2.3. 4-Installer.exe"6 OutFile "FahMon-2.3.99-Installer.exe" 7 7 8 8 InstallDir "$PROGRAMFILES\FahMon" trunk/README
r402 r511 1 1 FahMon README 2 2 3 Version 2.3. 43 Version 2.3.99 4 4 5 5 Authors: trunk/configure
r453 r511 1 1 #! /bin/sh 2 2 # 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. 4 4 # 5 5 # Report bugs to <Andrew Schofield andrew_s@fahmon.net>. … … 729 729 PACKAGE_NAME='FahMon' 730 730 PACKAGE_TARNAME='FahMon' 731 PACKAGE_VERSION='2.3. 4'732 PACKAGE_STRING='FahMon 2.3. 4'731 PACKAGE_VERSION='2.3.99' 732 PACKAGE_STRING='FahMon 2.3.99' 733 733 PACKAGE_BUGREPORT='Andrew Schofield andrew_s@fahmon.net' 734 734 … … 1424 1424 # This message is too long to be a string in the A/UX 3.1 sh. 1425 1425 cat <<_ACEOF 1426 \`configure' configures FahMon 2.3. 4to adapt to many kinds of systems.1426 \`configure' configures FahMon 2.3.99 to adapt to many kinds of systems. 1427 1427 1428 1428 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1494 1494 if test -n "$ac_init_help"; then 1495 1495 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:";; 1497 1497 esac 1498 1498 cat <<\_ACEOF … … 1609 1609 if $ac_init_version; then 1610 1610 cat <<\_ACEOF 1611 FahMon configure 2.3. 41611 FahMon configure 2.3.99 1612 1612 generated by GNU Autoconf 2.61 1613 1613 … … 1623 1623 running configure, to aid debugging if configure makes a mistake. 1624 1624 1625 It was created by FahMon $as_me 2.3. 4, which was1625 It was created by FahMon $as_me 2.3.99, which was 1626 1626 generated by GNU Autoconf 2.61. Invocation command line was 1627 1627 … … 2408 2408 # Define the identity of the package. 2409 2409 PACKAGE='FahMon' 2410 VERSION='2.3. 4'2410 VERSION='2.3.99' 2411 2411 2412 2412 … … 23240 23240 # values after options handling. 23241 23241 ac_log=" 23242 This file was extended by FahMon $as_me 2.3. 4, which was23242 This file was extended by FahMon $as_me 2.3.99, which was 23243 23243 generated by GNU Autoconf 2.61. Invocation command line was 23244 23244 … … 23293 23293 cat >>$CONFIG_STATUS <<_ACEOF 23294 23294 ac_cs_version="\\ 23295 FahMon config.status 2.3. 423295 FahMon config.status 2.3.99 23296 23296 configured by $0, generated by GNU Autoconf 2.61, 23297 23297 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" trunk/configure.ac
r453 r511 13 13 14 14 AC_INIT([FahMon], 15 [2.3. 4],15 [2.3.99], 16 16 [Andrew Schofield andrew_s@fahmon.net], 17 17 [FahMon]) trunk/doxconf
r437 r511 6 6 DOXYFILE_ENCODING = UTF-8 7 7 PROJECT_NAME = FahMon 8 PROJECT_NUMBER = 2.3. 48 PROJECT_NUMBER = 2.3.99 9 9 OUTPUT_DIRECTORY = doc 10 10 CREATE_SUBDIRS = NO trunk/fahmon.spec
r369 r511 4 4 %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} 5 5 6 %define fahmonver 2.3. 46 %define fahmonver 2.3.99 7 7 8 8 Summary: A wxGTK based monitor for Folding@home clients trunk/libtool
r462 r511 2 2 3 3 # 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) 5 5 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 6 6 # … … 336 336 337 337 # 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 "338 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/X11R6/lib /usr/lib/qt3/lib " 339 339 340 340 # Fix the shell variable $srcfile for the compiler. … … 7615 7615 7616 7616 # 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 "7617 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/X11R6/lib /usr/lib/qt3/lib " 7618 7618 7619 7619 # Fix the shell variable $srcfile for the compiler. … … 7930 7930 7931 7931 # 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 "7932 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.1 /usr/X11R6/lib /usr/lib/qt3/lib " 7933 7933 7934 7934 # Fix the shell variable $srcfile for the compiler. trunk/mac/FahMon-Info.plist
r369 r511 8 8 <string>FahMon</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>FahMon 2.3. 4</string>10 <string>FahMon 2.3.99</string> 11 11 <key>CFBundleIconFile</key> 12 12 <string>fahmon.icns</string> … … 16 16 <string>6.0</string> 17 17 <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> 19 19 <key>CFBundleName</key> 20 20 <string>FahMon</string> … … 22 22 <string>APPL</string> 23 23 <key>CFBundleShortVersionString</key> 24 <string>2.3. 4</string>24 <string>2.3.99</string> 25 25 <key>CFBundleSignature</key> 26 26 <string>????</string> 27 27 <key>CFBundleVersion</key> 28 <string>2.3. 4</string>28 <string>2.3.99</string> 29 29 <key>CSResourcesFileMapped</key> 30 30 <true/> trunk/src/include/fahmonConsts.h
r481 r511 42 42 // --- Strings 43 43 #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++ */ 46 46 #define FMC_UID ".FahMon__LOCK__" /**< Name used for lockfile */ 47 47
