From Craig Silverstein: rework handling of Script_options.
[binutils-gdb.git] / gold / version.cc
index d7ad19cc59c431d1267ca0d4963ee31fa5286dd4..691be430d4d46f1212d2eb8914d5d693af565506 100644 (file)
@@ -33,7 +33,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "0.1";
+static const char* version_string = "1.1";
 
 // Report version information.
 
@@ -55,4 +55,12 @@ This program has absolutely no warranty.\n"));
     }
 }
 
+// Return the version string.
+
+const char*
+get_version_string()
+{
+  return version_string;
+}
+
 } // End namespace gold.