]>
Commit | Line | Data |
---|---|---|
53e6db90 DC |
1 | ;; jabber-ourversion.el. Holds the version number in a format that |
2 | ;; configure.ac can read. | |
3 | ||
4 | ;; On the following line, only change the part between double quotes: | |
5 | (defconst jabber-version "0.8.92" | |
6 | "version returned to those who query us") | |
7 | ||
8 | (provide 'jabber-ourversion) |