diff options
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/package.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/package.cxx b/libbrep/package.cxx index 8c0abfe..5b729c8 100644 --- a/libbrep/package.cxx +++ b/libbrep/package.cxx @@ -125,8 +125,8 @@ namespace brep // Probably drop-box would be better as also tells what are // the available internal repositories. // - string k (id.name.string () + " " + version.string () + " " + - version.string (true) + " " + project.string ()); + string k (project.string () + " " + id.name.string () + " " + + version.string () + " " + version.string (true)); // Add tags to keywords. // |