I think the banner for version 6.1 needs to be updated. Here's what I get on the master branch by checking the version in various ways (on two flavors of linux, if that matters):
$ git log -n 1 commit 4b0db2cb7144bf394f7fedf4d17d2b1695e43a0e Author: Volker Braun <[email protected]> Date: Thu Jan 30 14:55:17 2014 +0000 Updated Sage version to 6.1 $ ./sage --version Sage Version 6.0, Release Date: 2013-12-17 $ ./sage ┌────────────────────────────────────────────────────────────────────┐ │ Sage Version 6.0, Release Date: 2013-12-17 │ │ Type "notebook()" for the browser-based notebook interface. │ │ Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: version() 'Sage Version 6.1, Release Date: 2014-01-30' -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/groups/opt_out.
