repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
errors
/
cs7035.cs
blob
0d27cb00be1805c06e3dc5918e481af6303bb3b3
1
// CS7035: The specified version string `1.*' does not conform to the recommended format major.minor.build.revision
2
// Line: 7
3
// Compiler options: -warnaserror
4
5
using
System
.
Reflection
;
6
7
[
assembly
:
AssemblyFileVersion
(
"1.*"
)]