Changeset 1956 for trunk/auto-reply
- Timestamp:
- 06/08/00 07:12:07 (8 years ago)
- Location:
- trunk/auto-reply
- Files:
-
- 2 modified
-
configure.in (modified) (1 diff)
-
src/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/configure.in
r1924 r1956 6 6 7 7 dnl All versioning is done via the following line 8 AM_INIT_AUTOMAKE(Licq-AutoReply, 0.1 6)8 AM_INIT_AUTOMAKE(Licq-AutoReply, 0.17) 9 9 AM_CONFIG_HEADER(config.h) 10 10 -
trunk/auto-reply/src/main.cpp
r1924 r1956 37 37 const char *LP_Version() 38 38 { 39 static const char version[] = "0.1 6";39 static const char version[] = "0.17"; 40 40 return version; 41 41 }
