diff --git a/src/ProductInfo.h b/src/ProductInfo.h
index cbb9b296a6..406eeee6f3 100644
--- a/src/ProductInfo.h
+++ b/src/ProductInfo.h
@@ -23,15 +23,10 @@
*
* These are the 'official' version designations:
*
- * - "experimental: pre-release versions.
- *
- * - "private beta v0.0": hmm, think about it for a second there.
- *
- * - ==Public versions==
- * - "v0.0 alpha #": Alpha versions (bug squashing, polishing until we reach beta)
- * - "v0.0 beta #": Beta versions (bug squashing, _focus_ is on high priority bugs)
- * - "v0.0 rc#": Release Candidates (if there are no problems, move on to final)
- * - "v0.0": Final Releases
+ *
- "v5.0 alpha #": Alpha versions (bug squashing, polishing until we reach beta)
+ * - "v5.0 beta #": Beta versions (bug squashing, _focus_ is on high priority bugs)
+ * - "v5.0 rc#": Release Candidates (if there are no problems, move on to final)
+ * - "v5.0.0": Final Releases
*
*/
#ifndef PRODUCT_VER_BARE