diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt
index c5e636c673803165883ece6c4a8663a3f85336d6..8ec544bed2d5128c549e86654734e86be2e3a45b 100644
--- a/LUFA/ManPages/LibraryResources.txt
+++ b/LUFA/ManPages/LibraryResources.txt
@@ -20,9 +20,8 @@
  *
  *  \section Sec_InDevelopment Latest In-Development Source Code
  *  Issue Tracker: http://www.lufa-lib.org/tracker \n
- *  Bazaar Access: http://www.lufa-lib.org/bzr \n
  *  SVN Access: http://www.lufa-lib.org/svn \n
- *  Git Access: http://www.lufa-lib.org/git \n
+ *  GIT Access: http://www.lufa-lib.org/git \n
  *  Latest Repository Source Archive: http://www.lufa-lib.org/latest-archive \n
  *  Commit RSS Feed: http://www.lufa-lib.org/rss \n
  *
diff --git a/LUFA/makefile b/LUFA/makefile
index 937e3a45dd63c185b72a8838ab891dd94e098b79..46dcc08439939a255b7d144cef0ec604ba10a7a5 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -80,6 +80,9 @@ ifeq ($(origin LUFA_PATH), undefined)
 
    clean_doxygen:
 	rm -rf Documentation
+	
+   version:
+	@echo "LUFA `grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`"
 
-   .PHONY: all clean clean_list doxygen clean_doxygen
+   .PHONY: all clean clean_list doxygen clean_doxygen version
 endif