You can put all the numbers you need (until they overflow with the data types that contain them in memory) and name them as you like. I am not sure why you would like to do this, however, since the standard format usually has some form of date stored in the assembly field.
For example, here is the assembly version format that we use where I work:
5.1.729.1
This tells me that this is a build from version 5.1 of the library, built on July 29, and was the first build of the day. Subsequent assemblies on the same day simply increase the scope of the review.
source share