r9038: Revert svn rev 414. Discussed with Jerry and Metze.
[gd/samba/.git] / source4 / VERSION
index 4bf6f3e5db36a606f3668f88c19fd4f8ede6e218..cdc04ab5af9842d30ec0174472670be6a5ec79e8 100644 (file)
@@ -21,6 +21,18 @@ SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=9
 SAMBA_VERSION_RELEASE=0
 
+########################################################
+# If a official release has a serious bug              #
+# a security release will have 'a' sufffix             #
+#                                                      #
+# so SAMBA's version will be                           #
+# <MAJOR>.<MINOR>.<RELEASE><REVISION>                  #
+#                                                      #
+# e.g. SAMBA_VERSION_PRE_RELEASE=a                     #
+#  ->  "2.2.8a"                                        #
+########################################################
+SAMBA_VERSION_REVISION=
+
 ########################################################
 # For 'pre' releases the version will be               #
 #                                                      #