------------------------------------------------------------
revno: 4902
committer: [email protected]
branch nick: version
timestamp: Thu 2010-08-19 20:18:57 +0200
message:
  Typo fix.
modified:
  lib/core/util.h


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'lib/core/util.h'
--- lib/core/util.h	2010-08-19 16:26:27 +0000
+++ lib/core/util.h	2010-08-19 18:18:57 +0000
@@ -16,7 +16,7 @@
  */
 static inline void hip_print_version(const char *name)
 {
-    printf("%s %s (Bazaar branch-nick: '%s', revision: %s, build at: '%s')\n",
+    printf("%s %s (Bazaar branch-nick: '%s', revision: %s, commit date: '%s')\n",
            name, VERSION, BZR_BRANCH, BZR_REVISION, BZR_DATE);
     printf("build configuration: %s\n", HIPL_CONFIGURATION);
 }

_______________________________________________
Mailing list: https://launchpad.net/~hipl-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~hipl-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to