Changeset 3832 for trunk/console

Show
Ignore:
Timestamp:
08/13/04 00:04:53 (4 years ago)
Author:
emostar
Message:

Licq 1.3.0: PRE-RELEASE

Location:
trunk/console
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/configure.in

    r3559 r3832  
    66 
    77dnl All versioning is done via the following line 
    8 AM_INIT_AUTOMAKE(Licq-Console, 1.2.7) 
     8AM_INIT_AUTOMAKE(Licq-Console, 1.3.0) 
    99AM_CONFIG_HEADER(config.h) 
    1010 
  • trunk/console/src/main.cpp

    r3559 r3832  
    2929const char *LP_Version() 
    3030{ 
    31   static const char version[] = "1.2.7"; 
     31  static const char version[] = "1.3.0"; 
    3232  return version; 
    3333} 
     
    6565    { 
    6666    case 'h':  // help 
    67       LP_Usage(); 
     67      puts(LP_Usage()); 
    6868      return false; 
    6969    }