
    =wg                         d Z ddZy))         c                     | rd}nd}dj                  d t        d| D              }| r$|r"|dj                  d t        dd D              z  }|S )zReturns the version number of Whoosh as a string.

    :param build: Whether to include the build number in the string.
    :param extra: Whether to include alpha/beta/rc etc. tags. Only
        checked if build is True.
    :rtype: str
       r   .c              3   2   K   | ]  }t        |        y wNstr.0ns     F/var/www/horilla/myenv/lib/python3.12/site-packages/whoosh/__init__.py	<genexpr>z versionstring.<locals>.<genexpr>-   s     5AQ5   N c              3   2   K   | ]  }t        |        y wr	   r
   r   s     r   r   z versionstring.<locals>.<genexpr>/   s     5SV5r   )join__version__)buildextrafirstss       r   versionstringr      sU     5Ve!455A	RWW5[_555H    N)TT)r   r    r   r   <module>r      s   8 r   