/loggerouter/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerouter/trunk

« back to all changes in this revision

Viewing changes to src/main.vala

  • Committer: Gustav Hartvigsson
  • Date: 2025-06-03 21:28:25 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20250603212825-d99acf3s4b1qktk3
spellingĀ error

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 along with LoggerOuter. If not, see <https://www.gnu.org/licenses/>.
16
16
 */
17
17
 
18
 
public const string APP_NAME  = "eu.bato24.gegoxaren.loggeroutr";
 
18
public const string APP_NAME  = "eu.bato24.gegoxaren.loggerouter";
19
19
public const int APP_VERSION_MAJOR = 0;
20
20
public const int APP_VERSION_MINOR = 0;
21
21
public static string get_app_version () {