~pbxt-core/pbxt/rc4

« back to all changes in this revision

Viewing changes to src/strutil_xt.cc

  • Committer: Paul McCullagh
  • Date: 2010-01-20 15:18:02 UTC
  • mfrom: (771.1.1 pbxt)
  • Revision ID: paul.mccullagh@primebase.org-20100120151802-zmlw625qayd7itei
Merged RN299

Show diffs side-by-side

added added

removed removed

Lines of Context:
380
380
/* Version number must also be set in configure.in! */
381
381
xtPublic c_char *xt_get_version(void)
382
382
{
383
 
        return "1.0.10d RC";
 
383
        return "1.0.10e RC";
384
384
}
385
385
 
386
386
/* Copy and URL decode! */